Commit Graph

60 Commits (b9f8d40b1053c9573b2dc8c326798ecad20d55b6)

Author SHA1 Message Date
Ross Wightman b9f8d40b10 Fix pretrained override logic for validate, checkpoint always trump pretrained flag during model create
5 years ago
Ross Wightman 0e1fd11ad8
Merge pull request #12 from rwightman/ema-cleanup
5 years ago
Ross Wightman 1019414fd2 Add ported Tensorflow EfficientNet B4/B5 weights
5 years ago
Ross Wightman f3134973b5 Add the MnasNet-B1 variant weights, add A1/B1 model names as in the stand-alone repo, remove a bit of unused code
5 years ago
Ross Wightman 2060e433c0 Add native PyTorch weights for SE-MnasNet aka MnasNet-A1
5 years ago
Ross Wightman 7d17394bdc Add native PyTorch weights for EfficientNet-B0 w/ top-1 > 76.9
5 years ago
Ross Wightman 9bcd65181b Add exponential moving average for model weights + few other additions and cleanup
5 years ago
Ross Wightman 6688d0669f PyTorch trained MobileNetV3 weights that match/best paper. Update fbnetc weights to improved copy.
5 years ago
Ross Wightman ff99625603 Missed a few models in the model/_all_ list for senet
5 years ago
Ross Wightman 99122aac1c Replace ResNet-34 default weights with a great result from my experiments.
5 years ago
Ross Wightman 4bb5e9b224 Ported Tensorflow pretrained EfficientNet weights and some model cleanup
5 years ago
Ross Wightman 4efecfdc47 Add drop_connect impl to try during training, fix a few comments
5 years ago
Ross Wightman 0fc4cca2ff Cleanup unused member with old name
5 years ago
Ross Wightman 7a6d61566e Add EfficientNet impl, change existing depth_multipler -> channel_multiplier as definitions have been confused
5 years ago
Ross Wightman 6bff9c75dc Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
5 years ago
Ross Wightman e8cf619005
Update gluon_resnet.py
5 years ago
Ross Wightman 7419e9835f Add MxNet Gluon ResNet variants w/ converted pretrained weights. Very well trained set of models.
5 years ago
Ross Wightman 2da0b4dbc1 Add inception_v3 models via torchvision, 4 different pretrained weight choices
5 years ago
Ross Wightman 8ceceef889 Densenet should default to bicubic interpolation, update model links to 'cpu fix' from long ago
5 years ago
Ross Wightman a4516fe0fb Add pretrained weights for FBNet-C
5 years ago
Ross Wightman 76539d905e Some transform/data/loader refactoring, hopefully didn't break things
5 years ago
Ross Wightman db8ad25a23 MobileNetV3 appears correct based on paper update, cleaned up comments and compacted last block def
5 years ago
cclauss 51f85702a7
Identity is not the same thing as equality in Python
5 years ago
Ross Wightman c3fbdd4655 Fix efficient head for MobileNetV3
5 years ago
Ross Wightman 17da1adaca A few MobileNetV3 tweaks
5 years ago
Ross Wightman 6523e4abe4 More appropriate name for se channel
5 years ago
Ross Wightman db056d97e2 Add MobileNetV3 and associated changes hard-swish, hard-sigmoid, efficient head, etc
5 years ago
Ross Wightman 02abeb95bf Add the url for tflite mnasnet ported weights
5 years ago
Ross Wightman 4663fc2132 Add support for tflite mnasnet pretrained weights and included spnasnet pretrained weights of my own.
5 years ago
Ross Wightman afb357ff68 Make genmobilenet weight init switchable, fix fan_out in google style linear init
5 years ago
Ross Wightman 34cd76899f Add Single-Path NAS pixel1 model
5 years ago
Ross Wightman 419555be62 Update a few GenMobileNet comments
5 years ago
Ross Wightman bc264269c9 Morph mnasnet impl into a generic mobilenet that covers Mnasnet, MobileNetV1/V2, ChamNet, FBNet, and related
5 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 9e296dbffb Add seresnet26_32x4d cfg and weights + interpolation str->PIL enum fn
6 years ago
Ross Wightman 79f615639e Add pretrained weights for seresnet18
6 years ago
Ross Wightman 8a33a6c90a Add checkpoint clean script, add link to pretrained resnext50 weights
6 years ago
Ross Wightman 6e9697eb9c Fix small bug in seresnet input size and eval transform handling of img size
6 years ago
Ross Wightman 0562b91c38 Add per model crop pct, interpolation defaults, tie it all together
6 years ago
Ross Wightman 9c3859fb9c Uniform pretrained model handling.
6 years ago
Ross Wightman 63e677d03b Merge branch 'master' of github.com:rwightman/pytorch-models
6 years ago
Ross Wightman 0bc50e84f8 Lots of refactoring and cleanup.
6 years ago
Ross Wightman c0e6e5f3db Add common model interface to pnasnet and xception, update factory
6 years ago
Ross Wightman 183d8e4aef Xception model working
6 years ago
Ross Wightman 58571e992e Change block avgpool in senets to mean for performance issues with NVIDIA and AMP especially
6 years ago
Ross Wightman 6f9a0c8ef2 Merge branch 'master' of github.com:rwightman/pytorch-models
6 years ago
Ross Wightman 5cb1a35c6b Fixup Resnext, remove alternate shortcut types
6 years ago
Ross Wightman d87824bd65 Merge branch 'master' of github.com:rwightman/pytorch-models
6 years ago