Commit Graph

14 Commits (8fbd62a169c912a02cf80820a9b2c30168a8b8b0)

Author SHA1 Message Date
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