Commit Graph

17 Commits (780c0a96a41018b02872dea5f658e86d456c1916)

Author SHA1 Message Date
Ross Wightman 780c0a96a4 Change args for RandomErasing so only one required for pixel/color mode
5 years ago
Ross Wightman 76539d905e Some transform/data/loader refactoring, hopefully didn't break things
5 years ago
Ross Wightman 0a853990e7 Add distributed sampler that maintains order of original dataset (for validation)
5 years ago
Ross Wightman c88e80081d Fix missing cfg key check
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 6e9697eb9c Fix small bug in seresnet input size and eval transform handling of img size
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 c0e6e5f3db Add common model interface to pnasnet and xception, update factory
5 years ago
Ross Wightman 5180f94c7e Distributed (multi-process) train, multi-gpu single process train, and NVIDIA AMP support
5 years ago
Ross Wightman 5cb1a35c6b Fixup Resnext, remove alternate shortcut types
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