f64ecc8cf2Extra vit_huge model likely to cause test issue (non in21k variant), adding to filters
#1083
convnext_and_copyright
Ross Wightman
2022-01-14 15:56:59 -0800
dd0b9b0e92Update REAMDE.md. Sneak in g/G (giant / gigantic?) ViT defs from scaling paper
Ross Wightman
2022-01-14 15:39:31 -0800
5ce6d594abAdd some more small model weights lcnet, mnas, mnv2
Ross Wightman
2022-01-14 13:13:10 -0800
2c8d3ba422Version 0.5.4
Ross Wightman
2022-01-14 12:23:50 -0800
a3dfd180aaFix stem width for really small mobilenetv3 arch defs
Ross Wightman
2022-01-13 22:42:02 -0800
d6cf6b3a3aAdd missing dropout for head reset in ConvNeXt default head
Ross Wightman
2022-01-13 22:41:23 -0800
82ce70eec3Some convnext cleanup, remove in place mul_ for gamma, breaking symbolic trace, cleanup head a bit...
Ross Wightman
2022-01-13 21:10:32 -0800
c767acd39fAdd initial ConvNeXt impl (mods of official code)
Ross Wightman
2022-01-12 23:05:41 -0800
61ce0d7dafFix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
Ross Wightman
2022-01-12 16:18:18 -0800
ccfeb06936Fix out_indices handling breakage, should have left as per vgg approach.
Ross Wightman
2022-01-07 19:30:51 -0800
a9f91483a6Fix#1078, DarkNet has 6 feature maps. Make vgg and darknet out_indices handling/comments equivalent
Ross Wightman
2022-01-07 15:08:32 -0800
c21b21660dvisformer supports spatial feat map, update pool_size in pretrained cfg to match
Ross Wightman
2022-01-07 14:31:43 -0800
9c11dfd9cbFix fbnetv3 pretrained cfg changes
Ross Wightman
2022-01-07 14:09:50 -0800
1406cddc2eFBNetV3 timm trained weights added for b/d/g variants. Update version to 0.5.2 for pypi release.
Ross Wightman
2022-01-07 12:05:08 -0800
02ae11e526Leaving repeat aug sampler indices as tensor thrashes worker shared process memory
Ross Wightman
2022-01-06 22:33:09 -0800
4df51f3932Add lcnet_100 and mnasnet_small weights
Ross Wightman
2022-01-06 22:21:05 -0800
5ccf682a8fRemove deprecated bn-tf train arg and create_model handler. Add evos/evob models back into fx test filter until norm_norm_norm branch merged.
Ross Wightman
2022-01-06 18:08:39 -0800
b9a715c86aAdd more small model defs for MobileNetV3/V2/LCNet
Ross Wightman
2022-01-03 11:30:54 -0800
b27c21b09aUpdate drop_path and drop_block (fast impl) to be symbolically traceable, slightly faster
Ross Wightman
2021-12-05 15:36:56 -0800
25d1526092Update pytest for GitHub runner to use --forked with xdist, hopefully eliminate memory buildup
Ross Wightman
2021-12-01 12:09:23 -0800
214c84a235Disable use of timm nn.Linear wrapper since AMP autocast + torchscript use appears fixed
Ross Wightman
2021-12-01 14:58:09 -0800
Merge pull request #1034 from zeakey/master
Ross Wightman
2021-12-14 14:12:47 -0800
1c21cac8f9Add drop args to benchmark.py
Ross Wightman
2021-12-14 13:51:00 -0800
d829858550Significant norm update * ConvBnAct layer renamed -> ConvNormAct and ConvNormActAa for anti-aliased * Significant update to EfficientNet and MobileNetV3 arch to support NormAct layers and grouped conv (as alternative to depthwise) * Update RegNet to add Z variant * Add Pre variant of XceptionAligned that works with NormAct layers * EvoNorm matches bits_and_tpu branch for merge
Ross Wightman
2021-12-14 13:48:30 -0800
683fba7686Add drop args to benchmark.py
Ross Wightman
2021-12-14 13:51:00 -0800
ab49d275deSignificant norm update * ConvBnAct layer renamed -> ConvNormAct and ConvNormActAa for anti-aliased * Significant update to EfficientNet and MobileNetV3 arch to support NormAct layers and grouped conv (as alternative to depthwise) * Update RegNet to add Z variant * Add Pre variant of XceptionAligned that works with NormAct layers * EvoNorm matches bits_and_tpu branch for merge
Ross Wightman
2021-12-14 13:48:30 -0800
b4b8d1ec18fix hard-coded strides
#1034
KAI ZHAO
2021-12-14 17:22:54 +0800
57fca2b5b2Fix c16_evos stem / first conv setup
Ross Wightman
2021-12-10 20:23:17 -0800
1f54a1fff7Add C16 and E8 EvoNormS0 configs for RegNetZ BYOB nets
Ross Wightman
2021-12-10 17:10:13 -0800
4d7a5544f7Remove inplace sigmoid for consistency with other impl
Ross Wightman
2021-12-10 14:01:09 -0800
88a5b54802A few small evonorm tweaks for convergence comparisons
Ross Wightman
2021-12-10 14:00:00 -0800
66daee4f31Last change wasn't complete, missed adding full evo_norm changeset
Ross Wightman
2021-12-08 14:14:48 -0800
7bbbd5ef1bEvoNorm and GroupNormAct options for debugging TPU / XLA concerns
Ross Wightman
2021-12-08 14:05:12 -0800
ff0f709c20Testing TFDS shuffle across epochs
Ross Wightman
2021-12-08 14:03:27 -0800
69e90dcd8cMerge branch 'norm_norm_norm' into bits_and_tpu
Ross Wightman
2021-12-05 15:38:17 -0800
d04f2f1377Update drop_path and drop_block (fast impl) to be symbolically traceable, slightly faster
Ross Wightman
2021-12-05 15:36:56 -0800
820ae9925eFix load_state_dict to handle None ema entries
Ross Wightman
2021-12-03 13:22:25 -0800
0e212e8fe5Merge remote-tracking branch 'origin/norm_norm_norm' into bits_and_tpu
Ross Wightman
2021-12-01 14:59:18 -0800
cd059cbe9cAdd FX backward tests back
Ross Wightman
2021-12-01 14:58:56 -0800
834a9ec721Disable use of timm nn.Linear wrapper since AMP autocast + torchscript use appears fixed
Ross Wightman
2021-12-01 14:58:09 -0800
cad170e494Merge remote-tracking branch 'origin/norm_norm_norm' into bits_and_tpu
Ross Wightman
2021-12-01 12:58:08 -0800
58ffa2bfb7Update pytest for GitHub runner to use --forked with xdist, hopefully eliminate memory buildup
Ross Wightman
2021-12-01 12:09:23 -0800
78912b6375Updated EvoNorm implementations with some experimentation. Add FilterResponseNorm. Updated RegnetZ and ResNetV2 model defs for trials.
Ross Wightman
2021-12-01 12:07:45 -0800
55adfbeb8dAdd commented code to increase open file limit via Python (for TFDS dataset building)
Ross Wightman
2021-11-30 17:02:27 -0800
f83b0b01e3Would like to pass GitHub tests again disabling both FX feature extract backward and torchscript tests
Ross Wightman
2021-11-23 22:24:58 -0800
a22b85c1b9Merge branch 'nateraw-hf-save-and-push'
Ross Wightman
2021-11-23 16:55:13 -0800
d633a014e6Post merge cleanup. Fix potential security issue passing kwargs directly through to serialized web data.
Ross Wightman
2021-11-23 16:54:01 -0800