You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/models
Ross Wightman 4bb5e9b224
Ported Tensorflow pretrained EfficientNet weights and some model cleanup
5 years ago
..
__init__.py Uniform pretrained model handling. 5 years ago
adaptive_avgmax_pool.py Fix pooling in mnasnet, more sensible default for AMP opt level 5 years ago
conv2d_same.py Add support for tflite mnasnet pretrained weights and included spnasnet pretrained weights of my own. 5 years ago
densenet.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
dpn.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
gen_efficientnet.py Ported Tensorflow pretrained EfficientNet weights and some model cleanup 5 years ago
gluon_resnet.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
helpers.py Add per model crop pct, interpolation defaults, tie it all together 5 years ago
inception_resnet_v2.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
inception_v3.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
inception_v4.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
median_pool.py Initial commit, puting some ol pieces together 5 years ago
model_factory.py Ported Tensorflow pretrained EfficientNet weights and some model cleanup 5 years ago
pnasnet.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
resnet.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
senet.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
test_time_pool.py Add per model crop pct, interpolation defaults, tie it all together 5 years ago
xception.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago