Commit Graph

287 Commits (820b73d2800a1e6d0c4836ec0d45d39e07bddac3)
 

Author SHA1 Message Date
Ross Wightman 48ab3cf070 Add Apache LICENSE file 6 years ago
Ross Wightman 4bb5e9b224 Ported Tensorflow pretrained EfficientNet weights and some model cleanup 6 years ago
Ross Wightman 4efecfdc47 Add drop_connect impl to try during training, fix a few comments 6 years ago
Ross Wightman 0fc4cca2ff Cleanup unused member with old name 6 years ago
Ross Wightman 7a6d61566e Add EfficientNet impl, change existing depth_multipler -> channel_multiplier as definitions have been confused 6 years ago
Ross Wightman 6bff9c75dc Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 6 years ago
Ross Wightman e6c14427c0 More appropriate/correct loss name 6 years ago
Ross Wightman 99ab1b1276
Update README.md 6 years ago
Ross Wightman c2de3a922b
Update README.md 6 years ago
Ross Wightman 337702d51b
Merge pull request from zhunzhong07/patch-1 6 years ago
Zhun Zhong 127487369f
Fix bug for prefetcher 6 years ago
Ross Wightman e8cf619005
Update gluon_resnet.py 6 years ago
Ross Wightman 7419e9835f Add MxNet Gluon ResNet variants w/ converted pretrained weights. Very well trained set of models. 6 years ago
Ross Wightman 2da0b4dbc1 Add inception_v3 models via torchvision, 4 different pretrained weight choices 6 years ago
Ross Wightman af1a68d2e1
Update README.md 6 years ago
Ross Wightman 8ceceef889 Densenet should default to bicubic interpolation, update model links to 'cpu fix' from long ago 6 years ago
Ross Wightman a4516fe0fb Add pretrained weights for FBNet-C 6 years ago
Ross Wightman a72e9b67ee
Update README.md 6 years ago
Ross Wightman 4d2056722a Mixup and prefetcher improvements 6 years ago
Ross Wightman 780c0a96a4 Change args for RandomErasing so only one required for pixel/color mode 6 years ago
Ross Wightman 76539d905e Some transform/data/loader refactoring, hopefully didn't break things 6 years ago
Ross Wightman e3377b0409 Add some info to README 6 years ago
Ross Wightman db8ad25a23 MobileNetV3 appears correct based on paper update, cleaned up comments and compacted last block def 6 years ago
Ross Wightman 20d66beead Move RMSpropTF another step closer to Tensorflow impl 6 years ago
Ross Wightman 89147a91e6 Remove adabound optimizer, never got it working well on larger datasets 6 years ago
Ross Wightman 0a84dd5890
Merge pull request from cclauss/patch-1 6 years ago
cclauss 51f85702a7
Identity is not the same thing as equality in Python 6 years ago
Ross Wightman fee607edf6 Mixup implemention in progress 6 years ago
Ross Wightman c3fbdd4655 Fix efficient head for MobileNetV3 6 years ago
Ross Wightman 17da1adaca A few MobileNetV3 tweaks 6 years ago
Ross Wightman 6523e4abe4 More appropriate name for se channel 6 years ago
Ross Wightman db056d97e2 Add MobileNetV3 and associated changes hard-swish, hard-sigmoid, efficient head, etc 6 years ago
Ross Wightman 02abeb95bf Add the url for tflite mnasnet ported weights 6 years ago
Ross Wightman 0956cd4b66
Update README.md 6 years ago
Ross Wightman 4663fc2132 Add support for tflite mnasnet pretrained weights and included spnasnet pretrained weights of my own. 6 years ago
Ross Wightman afb357ff68 Make genmobilenet weight init switchable, fix fan_out in google style linear init 6 years ago
Ross Wightman 0a853990e7 Add distributed sampler that maintains order of original dataset (for validation) 6 years ago
Ross Wightman 8fbd62a169 Exclude batchnorm and bias params from weight_decay by default 6 years ago
Ross Wightman 34cd76899f Add Single-Path NAS pixel1 model 6 years ago
Ross Wightman 419555be62 Update a few GenMobileNet comments 6 years ago
Ross Wightman 1cf3ea0467
Update README.md 6 years ago
Ross Wightman bc264269c9 Morph mnasnet impl into a generic mobilenet that covers Mnasnet, MobileNetV1/V2, ChamNet, FBNet, and related 6 years ago
Ross Wightman e9c7961efc Fix pooling in mnasnet, more sensible default for AMP opt level 6 years ago
Ross Wightman 996c77aa94 Prep mnasnet for pretrained models, use the select global pool, some comment mistakes 6 years ago
Ross Wightman 6b4f9ba223 Add MNASNet A1, B1, and Small models as per the TF impl. Testing/training in progress... 6 years ago
Ross Wightman c88e80081d Fix missing cfg key check 6 years ago
Ross Wightman 073d31a076
Update README.md 6 years ago
Ross Wightman 7ba78aaaeb
Update README.md 6 years ago
Ross Wightman e8e8bce335
Create README.md 6 years ago
Ross Wightman 9e296dbffb Add seresnet26_32x4d cfg and weights + interpolation str->PIL enum fn 6 years ago