be53107e8aUpdate README, ensure vit excluded from all tests (not ready)
#250
Ross Wightman
2020-10-13 14:51:08 -0700
f31933cb37Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers.
Ross Wightman
2020-10-13 13:33:44 -0700
9305313291Default to old checkpoint format for now, still want compatibility with older torch ver for released models
Ross Wightman
2020-10-13 12:58:04 -0700
a4d8fea61eAdd model based wd skip support. Improve cross version compat of optimizer factory. Fix#247
Ross Wightman
2020-10-13 12:49:47 -0700
80078c47bbAdd Adafactor and Adahessian optimizers, cleanup optimizer arg passing, add gradient clipping support.
Ross Wightman
2020-10-09 17:24:08 -0700
fcb6258877Add missing leaky_relu layer factory defn, update Apex/Native loss scaler interfaces to support unscaled grad clipping. Bump ver to 0.2.2 for pending release.
Ross Wightman
2020-10-02 16:17:42 -0700
Merge pull request #244 from hollance/master
Ross Wightman
2020-10-02 15:53:48 -0700
f04bdc8c8edon't forget this file
#244
Matthijs Hollemans
2020-10-02 23:23:44 +0200
8ffdc5910atest_time_pool would be set to a non-False value even if test-time pooling is not available
Matthijs Hollemans
2020-10-02 22:56:15 +0200
4be5b51e0aMissed moving some seresnet -> legacy in sotabench. Check sotabench cache.
Ross Wightman
2020-09-25 15:51:04 -0700
e8e2d9cabfAdd DropPath (stochastic depth) to ReXNet and VoVNet. RegNet DropPath impl tweak and dedupe se args.
Ross Wightman
2020-09-24 18:20:36 -0700
e8ca45854cMore models in sotabench, more control over sotabench run, dataset filename extraction consistency
Ross Wightman
2020-09-24 15:55:28 -0700
9c406532bdAdd EfficientNet-EdgeTPU-M (efficientnet_em) model trained natively in PyTorch. More sotabench fiddling.
Ross Wightman
2020-09-23 17:12:07 -0700
Merge pull request #233 from rwightman/torchamp
Ross Wightman
2020-09-02 17:42:41 -0700
751b0bba98Add global_pool (--gp) arg changes to allow passing 'fast' easily for train/validate to avoid channels_last issue with AdaptiveAvgPool
#233
Ross Wightman
2020-09-02 16:13:47 -0700
9c297ec67dCleanup Apex vs native AMP scaler state save/load. Cleanup CheckpointSaver a bit.
Ross Wightman
2020-09-02 15:12:59 -0700
80c9d9cc72Add 'fast' global pool option, remove redundant SEModule from tresnet, normal one is now 'fast'
Ross Wightman
2020-09-02 09:11:48 -0700
d98967ed5dadd support for native torch AMP in torch 1.6
#227
datamining99
2020-08-22 09:44:23 +0900
470220b1f4Fix MobileNetV3 crash with global_pool='', output consistent with other models but not equivalent due to efficient head.
Ross Wightman
2020-08-18 12:52:42 -0700
fc8b8afb6fFix a silly bug in Sample version of EvoNorm missing x* part of swish, update EvoNormBatch to accumulated unbiased variance.
Ross Wightman
2020-08-13 18:23:50 -0700
Merge pull request #218 from rwightman/cutmix
Ross Wightman
2020-08-12 17:17:41 -0700
8c9814e3f5Final cleanup of mixup/cutmix. Element/batch modes working with both collate (prefetcher active) and without prefetcher.
#218
Ross Wightman
2020-08-12 17:01:32 -0700
0f5d9d8166Add CSPResNet50 weights, 79.6 top-1 at 256x256
Ross Wightman
2020-08-12 11:20:11 -0700
0734c0d187Update test workflow
Ross Wightman
2020-08-11 19:04:37 -0700
b1b6e7c361Fix a few more issues related to #216 w/ TResNet (space2depth) and FP16 weights in wide resnets. Also don't completely dump pretrained weights in in_chans != 1 or 3 cases.
Ross Wightman
2020-08-11 18:57:47 -0700
512b2dd645Add new EfficientNet-B3 and RegNetY-3.2GF weights, both just over 82 top-1
Ross Wightman
2020-08-11 14:18:51 -0700
6890300877Add DropPath (stochastic depth) to RegNet
Ross Wightman
2020-08-11 14:08:53 -0700
b1f1a54de9More uniform treatment of classifiers across all models, reduce code duplication.
Ross Wightman
2020-08-03 17:21:26 -0700
9806f3e1ffautosquash github workflow didn't work out, removing
Ross Wightman
2020-08-02 22:22:28 -0700
b496b7bde9Re-ran batch validation on all models across all sets
Ross Wightman
2020-07-31 18:15:55 -0700
ad150e7018Update results csv file rank/diff script and small validate script tweak for batch validation
Ross Wightman
2020-07-31 17:51:22 -0700
d72ddafe56Fix some checkpoint / model str regressions
Ross Wightman
2020-07-29 19:43:01 -0700
ecdeb470f2Cleanup real labels in validate.py, no need to track original, will do that via exteran script
Ross Wightman
2020-07-29 11:15:47 -0700
ac18adb9c3Remove debug print from RexNet
Ross Wightman
2020-07-29 11:15:19 -0700
c53ec33ae0Add synset/label indices for results generation. Add 'valid labels' to validation script to support imagenet-a/r label subsets properly.
Ross Wightman
2020-07-29 00:58:57 -0700
ec4976fdbaAdd EfficientNet-Lite0 weights trained with this code by @hal-314, 75.484 top-1
Ross Wightman
2020-07-29 00:32:08 -0700
9ecd16bd7bAdd new seresnet50 (non-legacy) model weights, 80.274 top-1
Ross Wightman
2020-07-29 00:17:42 -0700
4805dd1e79Fix incorrect dataset name, add new datasets to results delta script
Ross Wightman
2020-07-27 19:06:02 -0700
ea58e0bc16Disable big models for MacOS test since they are starting to fail frequently.
Ross Wightman
2020-07-27 18:01:43 -0700
7995295968Merge branch 'logger' into features. Change 'logger' to '_logger'.
Ross Wightman
2020-07-27 18:00:46 -0700
6be878c22aUpdate results README to include robustness and real labels tests. Include labels files used in results gen.
Ross Wightman
2020-07-27 14:08:44 -0700
6c17d57a2cFix some attributions, add copyrights to some file docstrings
Ross Wightman
2020-07-27 13:44:56 -0700
a69c0e04f0Fix pool size in cspnet
Ross Wightman
2020-07-27 13:44:02 -0700
14ef7a0dd6Rename csp.py -> cspnet.py
Ross Wightman
2020-07-27 11:15:07 -0700
ec37008432Add pretrained weight links to CSPNet for cspdarknet53, cspresnext50
Ross Wightman
2020-07-27 11:13:21 -0700
78e1b56f16Added train run for efficient net B2
#199
Jacqueline Yau
2020-07-25 21:18:42 -0700
e93e571f7aAdd `adamp` and 'sgdp' optimizers.
Sangdoo Yun
2020-07-22 11:02:05 +0900
0915beddadAdd autosquash workflow
Ross Wightman
2020-07-25 14:26:30 -0700