c9d54bc1c3Add HRNet feature extraction, fix senet type, lower feature testing res to 96x96
Ross Wightman
2020-07-21 17:39:29 -0700
2ac663f340Add feature support to legacy senets, add 32x32 resnext models to exclude list for feature testing.
Ross Wightman
2020-07-21 11:15:30 -0700
701dba303eAgain
Ross Wightman
2020-07-21 08:53:51 -0700
648ba41b4bTry again with the worfklow threads
Ross Wightman
2020-07-21 08:52:56 -0700
52b6e72e86Try defining num threads for github workflow tests explicity (2)
Ross Wightman
2020-07-21 08:49:11 -0700
c146b54abcCleanup EfficientNet/MobileNetV3 feature extraction a bit, only two tap locations now, small mobilenetv3 models work
Ross Wightman
2020-07-21 01:21:38 -0700
68fd8a267bMerge branch 'master' into features
Ross Wightman
2020-07-20 16:11:38 -0700
4e61c6a12dCleanup, refactoring of Feature extraction code, add tests, fix tests, non hook feature extraction working with torchscript
Ross Wightman
2020-07-20 16:10:31 -0700
6eec3fb4a4Move FeatureHooks into features.py, switch EfficientNet, MobileNetV3 to use build model helper
Ross Wightman
2020-07-19 15:00:43 -0700
Update download URL for HTTP 403 Error
#191
Chanran Kim
2020-07-17 13:56:09 +0900
e2cc481310Update CSP ResNets for cross expansion without activation. Fix VovNet IABN compatibility with fixed activation arg.
Ross Wightman
2020-07-13 16:24:55 -0700
3b6cce4c95Add initial impl of CrossStagePartial networks, yet to be trained, not quite the same as darknet cfgs.
Ross Wightman
2020-07-13 14:59:39 -0700
Merge pull request #183 from KushajveerSingh/results_diff
Ross Wightman
2020-07-09 09:41:38 -0700
5699e8429fset precision=2 in param_count
#183
KushajveerSingh
2020-07-09 16:43:11 +0530
6526ccb4a7set precision=3 in results
KushajveerSingh
2020-07-09 16:38:49 +0530
856f6181f7add {rank,top1,top5}_diff in results
KushajveerSingh
2020-07-09 03:48:26 +0530
f122f0274bSignificant ResNet refactor: * stage creation + make_layer moved to separate fn with more sensible dilation/output_stride calc * drop path rate decay easy to impl with refactored block creation loops * fix dilation + blur pool combo
Ross Wightman
2020-07-05 00:48:12 -0700
2608918e8dconfigure mkdocs based documentation
#179
michal
2020-07-03 19:54:17 -0400
a66df5fb91More model feature extraction support, start to deprecate senet.py, dilations added to regnet, add proper aligned xception
Ross Wightman
2020-07-03 00:41:30 -0700
7729f40dcaFix another bug, update all gluon resnet models to use new creation method (feature support)
Ross Wightman
2020-06-30 16:44:15 -0700
d72ac0db25Fix#173, lr cycle default 0 vs 1. Fix#177, mirror resnest weights for future stability.
Ross Wightman
2020-06-29 21:31:48 -0700
d0113f9cdbFix a few issues that came up in tests
Ross Wightman
2020-06-29 21:13:21 -0700
d23a2697d0Working on feature extraction, interfaces refined, a number of models working, some in progress.
Ross Wightman
2020-06-29 17:45:38 -0700
328339a086Add ESE-VoVNet-19-DW weights
Ross Wightman
2020-06-15 14:31:55 -0700
2d83752bc2Fix default interpolation/crop of largest 2 ResNeSt models
Ross Wightman
2020-06-12 16:42:47 -0700
f225ae8e59Update README with model results and attribution. Make scheduler factory bit more robust to arg differences, add noise to plateau lr and fix min/max.
Ross Wightman
2020-06-12 13:33:12 -0700
Merge pull request #155 from rwightman/densenet_update_and_more
Ross Wightman
2020-06-11 17:01:19 -0700
39f27c1addAlmost ready to merge, vovnet typo, version bump, readme addition
#155
Ross Wightman
2020-06-11 15:41:58 -0700
151679c2f1Add custom grad tests, fix cut & paste error with hard_mish ME, add a few more pytorch act fns to factory
Ross Wightman
2020-06-11 14:49:23 -0700
6c7932fe75Update sotabench.py, tweak VovNet cfg
Ross Wightman
2020-06-11 14:34:25 -0700
d3ee3de96aUpdate validation script first batch prime and clear cuda cache between multi-model runs
Ross Wightman
2020-06-11 13:34:21 -0700
0aca08384fUpdate regnet cfg keys to match model names so registry works properly
Ross Wightman
2020-06-09 14:37:45 -0700
b41b8d0108Update results csv files
Ross Wightman
2020-06-09 14:36:24 -0700
78fa0772ccLeverage python hierachical logger
#163
Antoine Broyelle
2020-06-09 18:28:48 +0100
13c0a6290eAdd ESE-VovNet39 weights, 79.32 top-1
Ross Wightman
2020-06-06 22:49:19 -0700
4ddde1d3a4Fix two regressions
Ross Wightman
2020-06-05 11:04:51 -0700
a7e8cadd15Remove pointless densenet configs, add an iabn version of 264 as it makes more sense to try someday...
Ross Wightman
2020-06-03 17:13:52 -0700
e78daf586abetter densenet121 and densenetblur121d weights
Ross Wightman
2020-06-03 13:30:03 -0700
7be299504fAdd missing feature_info() on MobileNetV3, make hook feature output order/type consistent with bottleneck (list, decreasing fmap size)
Ross Wightman
2020-06-03 00:00:37 -0700
88129b2569Add set_layer_config contextmgr to adjust all layer configs at once, use in create_module with new args. Remove a few old warning causing constant annotations for jit.
Ross Wightman
2020-06-02 21:06:10 -0700
f28170df3fFix an an untested change, remove a debug print
Ross Wightman
2020-06-01 17:26:42 -0700
eb7653614fMonster commit, activation refactor, VoVNet, norm_act improvements, more * refactor activations into basic PyTorch, jit scripted, and memory efficient custom auto * implement hard-mish, better grad for hard-swish * add initial VovNet V1/V2 impl, fix#151 * VovNet and DenseNet first models to use NormAct layers (support BatchNormAct2d, EvoNorm, InplaceIABN) * Wrap IABN for any models that use it * make more models torchscript compatible (DPN, PNasNet, Res2Net, SelecSLS) and add tests
Ross Wightman
2020-06-01 16:59:51 -0700
ff94ffce61Merge branch 'master' into densenet_update_and_more
Ross Wightman
2020-05-26 00:02:57 -0700
5966654052Update requirements so PyTorch 1.4 is min, add separate sotabench reqs to force 1.4 and prevent error with 1.5
Ross Wightman
2020-05-24 13:28:03 -0700
0ea53cecc3Merge branch 'master' into densenet_update_and_more
Ross Wightman
2020-05-22 16:18:10 -0700
6441e9cc1bFix memory_efficient mode for DenseNets. Add AntiAliasing (Blur) support for DenseNets and create one test model. Add lr cycle/mul params to train args.
Ross Wightman
2020-05-22 16:16:45 -0700
d79ac48626Update sotabench.py
Ross Wightman
2020-05-22 14:42:43 -0700
Merge pull request #146 from rwightman/inceptionv3_fix
Ross Wightman
2020-05-12 22:03:37 -0700
17270c69b9Remove annoying InceptionV3 dependency on scipy and insanely slow trunc_norm init. Bring InceptionV3 code into this codebase and use upcoming torch trunch_norm_ init.
#146
Ross Wightman
2020-05-12 21:59:34 -0700