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.
Ross Wightman
4bb5e9b224
Ported Tensorflow pretrained EfficientNet weights and some model cleanup
...
* B0-B3 weights ported from TF with close to paper accuracy
* Renamed gen_mobilenet to gen_efficientnet since scaling params go well beyond 'mobile' specific
* Add Tensorflow preprocessing option for closer images to source repo
6 years ago
..
__init__.py
Uniform pretrained model handling.
6 years ago
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
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
dpn.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
gen_efficientnet.py
Ported Tensorflow pretrained EfficientNet weights and some model cleanup
6 years ago
gluon_resnet.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
helpers.py
Add per model crop pct, interpolation defaults, tie it all together
6 years ago
inception_resnet_v2.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
inception_v3.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
inception_v4.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
median_pool.py
Initial commit, puting some ol pieces together
6 years ago
model_factory.py
Ported Tensorflow pretrained EfficientNet weights and some model cleanup
6 years ago
pnasnet.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
resnet.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
senet.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago
test_time_pool.py
Add per model crop pct, interpolation defaults, tie it all together
6 years ago
xception.py
Cleanup model_factory imports, consistent __all__ for models, fixed inception_v4 weight url
6 years ago