Commit Graph

18 Commits (7419e9835f49de6f35c5343e7033596d2a61bfe8)

Author SHA1 Message Date
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 db056d97e2 Add MobileNetV3 and associated changes hard-swish, hard-sigmoid, efficient head, etc
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 34cd76899f Add Single-Path NAS pixel1 model
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 6b4f9ba223 Add MNASNet A1, B1, and Small models as per the TF impl. Testing/training in progress...
5 years ago
Ross Wightman 9c3859fb9c Uniform pretrained model handling.
5 years ago
Ross Wightman 63e677d03b Merge branch 'master' of github.com:rwightman/pytorch-models
5 years ago
Ross Wightman 0bc50e84f8 Lots of refactoring and cleanup.
5 years ago
Ross Wightman c0e6e5f3db Add common model interface to pnasnet and xception, update factory
5 years ago
Ross Wightman 183d8e4aef Xception model working
5 years ago
Ross Wightman 45cde6f0c7 Improve creation of data pipeline with prefetch enabled vs disabled, fixup inception_res_v2 and dpn models
5 years ago
Ross Wightman 2295cf56c2 Add some Nvidia performance enhancements (prefetch loader, fast collate), and refactor some of training and model fact/transforms
5 years ago
Ross Wightman 1577c52976 Resnext added, changes to bring it and seresnet in line with rest of models
5 years ago
Ross Wightman e0cfeb7d8e Add some models, remove a model, tweak some models
5 years ago
Ross Wightman cf0c280e1b Cleanup tranforms, add custom schedulers, tweak senet34 model
5 years ago
Ross Wightman 5855b07ae0 Initial commit, puting some ol pieces together
6 years ago