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
cclauss 51f85702a7
Identity is not the same thing as equality in Python
6 years ago
..
__init__.py
adaptive_avgmax_pool.py Fix pooling in mnasnet, more sensible default for AMP opt level 6 years ago
conv2d_same.py Add support for tflite mnasnet pretrained weights and included spnasnet pretrained weights of my own. 6 years ago
densenet.py
dpn.py Identity is not the same thing as equality in Python 6 years ago
genmobilenet.py Fix efficient head for MobileNetV3 6 years ago
helpers.py
inception_resnet_v2.py
inception_v4.py
median_pool.py
model_factory.py Add MobileNetV3 and associated changes hard-swish, hard-sigmoid, efficient head, etc 6 years ago
pnasnet.py
resnet.py Add checkpoint clean script, add link to pretrained resnext50 weights 6 years ago
senet.py Add seresnet26_32x4d cfg and weights + interpolation str->PIL enum fn 6 years ago
test_time_pool.py
xception.py