Commit Graph

1715 Commits (dataset_info)
 

Author SHA1 Message Date
Ross Wightman db8ad25a23 MobileNetV3 appears correct based on paper update, cleaned up comments and compacted last block def
5 years ago
Ross Wightman 20d66beead Move RMSpropTF another step closer to Tensorflow impl
5 years ago
Ross Wightman 89147a91e6 Remove adabound optimizer, never got it working well on larger datasets
5 years ago
Ross Wightman 0a84dd5890
Merge pull request #1 from cclauss/patch-1
5 years ago
cclauss 51f85702a7
Identity is not the same thing as equality in Python
5 years ago
Ross Wightman fee607edf6 Mixup implemention in progress
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 0956cd4b66
Update README.md
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 0a853990e7 Add distributed sampler that maintains order of original dataset (for validation)
5 years ago
Ross Wightman 8fbd62a169 Exclude batchnorm and bias params from weight_decay by default
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 1cf3ea0467
Update README.md
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
5 years ago
Ross Wightman 996c77aa94 Prep mnasnet for pretrained models, use the select global pool, some comment mistakes
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 c88e80081d Fix missing cfg key check
5 years ago
Ross Wightman 073d31a076
Update README.md
5 years ago
Ross Wightman 7ba78aaaeb
Update README.md
5 years ago
Ross Wightman e8e8bce335
Create README.md
5 years ago
Ross Wightman 9e296dbffb Add seresnet26_32x4d cfg and weights + interpolation str->PIL enum fn
5 years ago
Ross Wightman 71afec86d3 Loader tweaks
5 years ago
Ross Wightman 79f615639e Add pretrained weights for seresnet18
5 years ago
Ross Wightman 8a33a6c90a Add checkpoint clean script, add link to pretrained resnext50 weights
5 years ago
Ross Wightman 6e9697eb9c Fix small bug in seresnet input size and eval transform handling of img size
5 years ago
Ross Wightman db1fe34d0c Update a few comment, add some references
5 years ago
Ross Wightman 0562b91c38 Add per model crop pct, interpolation defaults, tie it all together
5 years ago
Ross Wightman c328b155e9 Random erasing crash fix and args pass through
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 f1cd1a5ce3 Cleanup CheckpointSaver, add support for increasing or decreasing metric, switch to prec1 metric in train loop
5 years ago
Ross Wightman c0e6e5f3db Add common model interface to pnasnet and xception, update factory
5 years ago
Ross Wightman f2029dfb65 Add smooth loss
5 years ago
Ross Wightman b0158a593e Fix distributed train script
5 years ago
Ross Wightman 183d8e4aef Xception model working
5 years ago
Ross Wightman 1e23727f2f Update inference script for new loader style
5 years ago
Ross Wightman 58571e992e Change block avgpool in senets to mean for performance issues with NVIDIA and AMP especially
5 years ago
Ross Wightman 5180f94c7e Distributed (multi-process) train, multi-gpu single process train, and NVIDIA AMP support
5 years ago
Ross Wightman 6f9a0c8ef2 Merge branch 'master' of github.com:rwightman/pytorch-models
5 years ago
Ross Wightman 5cb1a35c6b Fixup Resnext, remove alternate shortcut types
5 years ago
Ross Wightman d87824bd65 Merge branch 'master' of github.com:rwightman/pytorch-models
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