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 871f4c1b0c
Change some absolute imports to relative
5 years ago
..
__init__.py Change some absolute imports to relative 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 Add ported Tensorflow EfficientNet B4/B5 weights 5 years ago
gluon_resnet.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
helpers.py Merge pull request #12 from rwightman/ema-cleanup 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 6 years ago
model_factory.py Fix pretrained override logic for validate, checkpoint always trump pretrained flag during model create 5 years ago
pnasnet.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago
resnet.py Replace ResNet-34 default weights with a great result from my experiments. 5 years ago
senet.py Missed a few models in the model/_all_ list for senet 5 years ago
test_time_pool.py Add native PyTorch weights for EfficientNet-B0 w/ top-1 > 76.9 5 years ago
xception.py Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url 5 years ago