Merge pull request #475 from rwightman/pre-release/0.4.5
v0.4.5
Ross Wightman
2021-03-07 16:18:31 -0800
f57db99101Update README, fix iabn pip version print.
#475
Ross Wightman
2021-03-07 16:16:54 -0800
7ef7788ee9Fix CUDA crash w/ channels-last + CSP models. Remove use of chunk()
Ross Wightman
2021-02-23 13:15:52 -0800
317ea3e599Tweak NFNet, ResNetV2, RexNet feature extraction, use pre-act features for simplicty. Update tests for pytorch 1.8. 0.4.5 version bump.
Ross Wightman
2021-03-06 12:48:06 -0800
4445eaa470Add img_size to benchmark output
Ross Wightman
2021-03-05 16:48:31 -0800
Merge pull request #459 from onatyap/patch-2
Ross Wightman
2021-03-05 10:27:47 -0800
17cdee7354Fix C&P patch_size error, and order of op patch_size arg resolution bug. Remove a test vit model.
Ross Wightman
2021-03-01 16:53:32 -0800
95feb1da41Update results csvs, run with PyTorch 1.7.1 cuda 10.2, some differences from prev run with older PT ver.
Ross Wightman
2021-02-28 17:43:22 -0800
0706d05d52Benchmark models listed in txt file. Add more hybrid vit variants for testing
Ross Wightman
2021-02-28 16:00:33 -0800
Merge pull request #2 from rwightman/master
szingaro
2021-02-25 10:47:10 +0100
2db2d87ff7Add epoch-repeats arg to multiply the number of dataset passes per epoch. Currently for iterable datasets (read TFDS wrapper) only.
Ross Wightman
2021-02-23 17:31:42 -0800
de97be9146Spell out diff between my small and deit small vit models.
Ross Wightman
2021-02-23 16:22:55 -0800
f0ffdf89b3Add numerous experimental ViT Hybrid models w/ ResNetV2 base. Update the ViT naming for hybrids. Fix#426 for pretrained vit resizing.
Ross Wightman
2021-02-23 15:54:55 -0800
0e16d4e9fbAdd benchmark.py script, and update optimizer factory to be more friendly to use outside of argparse interface.
Ross Wightman
2021-02-23 13:26:42 -0800
4bc103f504Fix CUDA crash w/ channels-last + CSP models. Remove use of chunk()
Ross Wightman
2021-02-23 13:15:52 -0800
Create FUNDING.yml
Ross Wightman
2021-02-18 16:12:53 -0800
da4839530cFix test model filter to include dm_ variants that break GitHub CI limits
Ross Wightman
2021-02-18 13:43:04 -0800
8563609b28Update notes in ScaledStdConv impl
Ross Wightman
2021-02-18 12:44:08 -0800
678ba4e0a2Add NFNet-F model weights ported from DeepMind Haiku impl and new set of models w/ compatible config.
Ross Wightman
2021-02-18 12:28:46 -0800
Merge pull request #418 from kecsap/master
Ross Wightman
2021-02-09 20:55:55 -0800
b4e216e377Fix a few small things.
Ross Wightman
2021-02-09 17:33:43 -0800
dc85e5a237Add ByobNet w/ GPU-EfficientNets and RepVGG. Also add classic vgg models.
Ross Wightman
2021-02-09 16:21:47 -0800
1bcc69e0adUse in_channels for depthwise groups, allows using `out_channels=N * in_channels` (does not impact existing models). Fix#354.
Ross Wightman
2021-02-09 16:00:19 -0800
9811e229f7Fix regression in models with 1001 class pretrained weights. Improve batchnorm arg and BatchNormAct layer handling in several models.
Ross Wightman
2021-02-09 15:58:39 -0800
5114c214fcChange the Python interpreter to Python 3.x in the scripts
#418
Csaba Kertesz
2021-02-09 21:20:28 +0200
Merge branch 'master' into eca-weights
#413
Ross Wightman
2021-02-08 11:52:31 -0800
e9d6fe293cUpdate README for new weights. Version 0.4.2
Ross Wightman
2021-02-08 11:51:16 -0800
666de85cf1Move stride in EdgeResidual block to 3x3 expansion conv. Fix#414
Ross Wightman
2021-02-07 22:10:18 -0800
3b57490a63Fix some half removed resnet model defs, pooling for ecaresnet269d
Ross Wightman
2021-02-07 22:09:25 -0800
2a8c4dc63bAdd validation script update for using test_input_size in model default_cfgs
Ross Wightman
2021-02-07 21:35:50 -0800
68a4144882Add new weights for ecaresnet26t/50t/269d models. Remove distinction between 't' and 'tn' (tiered models), tn is now t. Add test time img size spec to default cfg.
Ross Wightman
2021-02-06 16:30:02 -0800
2de54d174aFix pool size defs for NFNet models, add a comment.
Ross Wightman
2021-01-30 18:02:33 -0800
90980de4a9Fix up a few details in NFResNet models, managed stable training. Add support for gamma gain to be applied in activation or ScaleStdConv. Some tweaks to ScaledStdConv.
Ross Wightman
2021-01-30 16:32:07 -0800
5a8e1e643eInitial Normalizer-Free Reg/ResNet impl. A bit of related layer refactoring.
Ross Wightman
2021-01-27 22:06:57 -0800