Add a test workflow for github actions
Mike
2020-05-06 23:21:50 -0400
a7ebe09029Replace all None by nn.Identity() in all models reset_classifier when False-values num_classes is given. Make small code refactoring
Vyacheslav Shults
2020-05-06 09:54:03 +0300
Merge pull request #136 from yoniaflalo/adding_effnet_pruned
Ross Wightman
2020-05-03 07:14:14 -0700
44ed0f85e8Refactor imports and indents according to PEP. Add proposal for links to pretrained weights. Unify style of reset_classifier function. Replace None by nn.Identity() in torch modules (all empty classifiers and HRNet)
Vyacheslav Shults
2020-05-03 15:56:15 +0300
9c15d57505added efficientnet pruned weights
#136
AFLALO, Jonathan Isaac
2020-05-03 09:29:45 +0300
Update README.md
Ross Wightman
2020-05-01 19:22:35 -0700
ea300709f0Fix model create fn not passing num_classes through. Fix#135
Ross Wightman
2020-05-01 18:37:03 -0700
779cb0fcc0Update results with new models
Ross Wightman
2020-05-01 17:29:29 -0700
2c438c4e0dMerge branch 'master' of github.com:rwightman/pytorch-models
Ross Wightman
2020-05-01 17:03:17 -0700
28739bb721Merge branch 'VRandme-blur'
Ross Wightman
2020-05-01 17:01:43 -0700
2681a8d618Final blurpool2d cleanup and add resnetblur50 weights, match tresnet Downsample arg order to BlurPool2d for interop
Ross Wightman
2020-05-01 17:00:21 -0700
07f19dd699added eca resnet
#132
AFLALO, Jonathan Isaac
2020-04-26 16:09:16 +0300
1d4ac1b165Bump version for pypi release. Fix#130
Ross Wightman
2020-04-27 18:02:40 -0700
be7c784d21Small TResNet simplification, just use SelectAdaptivePool, don't notice any perf difference
Ross Wightman
2020-04-27 17:50:19 -0700
e3a98171b2Remove some CRLF that made it into TResNet merge
Ross Wightman
2020-04-27 13:23:41 -0700
0004f37d25Some TResNet cleanup. * allow use of global pool arg, test-time-pooling * clean checkpoints to just contain state dict, add 448 res checkpoints * support DataParallel via lazy filter creation for JIT Downsample * some minor formatting (mostly alignment) preferences
Ross Wightman
2020-04-27 13:21:05 -0700
64fe37d008Remove old mean/std helper, rely fully on cmd line or default_cfg now. Fixes#126
Ross Wightman
2020-04-27 12:32:55 -0700
02a30411adReplace fp16 with amp support for validate.py script
Ross Wightman
2020-04-27 12:14:40 -0700
e6f24e5578Add 'momentum' optimizer (SGD w/o nesterov) for stable EfficientDet training defaults
Ross Wightman
2020-04-25 19:42:13 -0700
Merge pull request #1 from rwightman/master
mrT23
2020-04-12 08:44:42 +0300
13cf68850bRemove poorly named metrics from torch imagenet example origins. Use top1/top5 in csv output for consistency with existing validation results files, acc elsewhere. Fixes#111
Ross Wightman
2020-04-10 14:41:08 -0700
56608c9070Bump version for pypi
Ross Wightman
2020-04-09 01:46:05 -0700
0ebcd2eca1No default img size for inference script. Fixes#109
Ross Wightman
2020-04-09 01:43:49 -0700
1a8f5900abUpdate EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well.
Ross Wightman
2020-04-09 01:41:54 -0700
Merge pull request #99 from andravin/save-last
Ross Wightman
2020-03-15 11:28:50 -0700
d92cc4da54Modified save_checkpoint to always save last checkpoint. Fixes#98.
#99
Andrew Lavin
2020-03-09 22:37:39 -0700
9419577c90Experimenting with XSepConv w/ EfficientNet and MobileNetV3...
xsepconv
Ross Wightman
2020-03-06 20:07:44 -0800
8bd08d5f64Per-stage eca MV3 config, going to shelve these experiments for a while, not proving very productive
efficientnet_attn
Ross Wightman
2020-03-02 09:46:10 -0800
f5a5faa104fix minor typo in resnet.py
#95
Chris Ha
2020-03-02 22:39:00 +0900
56a78746f2Revert "Update .gitignore"
Chris Ha
2020-03-02 22:33:48 +0900
aecd7b795dRevert "Create blseresnext-test.ipynb"
Chris Ha
2020-03-02 22:32:43 +0900
91b13658e0Create blseresnext-test.ipynb
Chris Ha
2020-03-02 20:53:44 +0900
3c910705a9Merge remote-tracking branch 'upstream/master'
Chris Ha
2020-03-02 20:53:37 +0900
Merge pull request #94 from rwightman/lr_noise
Ross Wightman
2020-02-29 20:41:05 -0800
c16f25ced2Add MobileNetV3 Large weights, results, update README and sotabench for merge
#94
Ross Wightman
2020-02-29 20:37:20 -0800
c60069c1ebAnnotate types on drop fns to avoid torchscript error
Ross Wightman
2020-02-27 09:30:23 -0800
ade1ba5fe3Bring in code that should fix 1d circular padding properly, tweaks to ECA impl, using CECA in MobileNetV3 experiment
Ross Wightman
2020-02-25 16:12:41 -0800
67e759f710Adding support to EfficientNet / MobileNetV3 to for different attention layers in .se position
Ross Wightman
2020-02-24 18:07:09 -0800
9fee316752Enable fixed fanout calc in EfficientNet/MobileNetV3 weight init by default. Fix#84
Ross Wightman
2020-02-24 15:11:26 -0800
27b3680d49Revamp LR noise, move logic to scheduler base. Fixup PlateauLRScheduler and add it as an option.
Ross Wightman
2020-02-22 16:23:15 -0800
cc5a11abbaversion bump for PyPi update
Ross Wightman
2020-02-22 10:26:19 -0800
ef80ead3faMerge remote-tracking branch 'upstream/master'
Chris Ha
2020-02-22 17:10:12 +0900
514b0938c4Experimenting with per-epoch learning rate noise w/ step scheduler
Ross Wightman
2020-02-21 11:51:05 -0800
d77f45a6f6Forgot to add skresnet34 to sotabench
Ross Wightman
2020-02-18 15:11:41 -0800
6620770665Simpler approach to loading entrypoints in hubconf works properly
Ross Wightman
2020-02-18 14:58:23 -0800
Merge pull request #88 from rwightman/attention
Ross Wightman
2020-02-18 14:46:49 -0800
f1860ef3a5Update README.md, check in hubconf experiment (fully dynamic)
#88
Ross Wightman
2020-02-18 14:41:14 -0800
43225d110cUnify drop connect vs drop path under 'drop path' name, switch all EfficientNet/MobilenetV3 refs to 'drop_path'. Update factory to handle new drop args.
Ross Wightman
2020-02-18 14:00:26 -0800
f1d5f8a6c4Update comments for Selective Kernel and DropBlock/Path impl, add skresnet34 weights
Ross Wightman
2020-02-18 13:58:30 -0800
670c61b28fSome cutmix/mixup cleanup/fixes
Ross Wightman
2020-02-17 11:00:54 -0800
b3cb5f3275Working on CutMix impl as per #8, integrating with Mixup, currently experimenting...
Ross Wightman
2020-02-16 20:08:17 -0800
569419b38dTweak some comments, add SKNet models with weights to sotabench, remove an unused branch
Ross Wightman
2020-02-15 21:18:25 -0800
91e2b33d72Update results with latest NoisyStudent models and SelectiveKernel models
Ross Wightman
2020-02-15 20:38:57 -0800