..
__init__.py
Uniform pretrained model handling.
2019-04-11 21:32:16 -07:00
adaptive_avgmax_pool.py
Fix pooling in mnasnet, more sensible default for AMP opt level
2019-04-17 18:06:37 -07:00
conv2d_same.py
Add support for tflite mnasnet pretrained weights and included spnasnet pretrained weights of my own.
2019-04-28 17:45:07 -07:00
densenet.py
Some transform/data/loader refactoring, hopefully didn't break things
2019-05-16 22:52:17 -07:00
dpn.py
Some transform/data/loader refactoring, hopefully didn't break things
2019-05-16 22:52:17 -07:00
genmobilenet.py
Some transform/data/loader refactoring, hopefully didn't break things
2019-05-16 22:52:17 -07:00
helpers.py
Add per model crop pct, interpolation defaults, tie it all together
2019-04-12 22:55:24 -07:00
inception_resnet_v2.py
Some transform/data/loader refactoring, hopefully didn't break things
2019-05-16 22:52:17 -07:00
inception_v4.py
Some transform/data/loader refactoring, hopefully didn't break things
2019-05-16 22:52:17 -07:00
median_pool.py
Initial commit, puting some ol pieces together
2019-02-01 22:07:34 -08:00
model_factory.py
Add MobileNetV3 and associated changes hard-swish, hard-sigmoid, efficient head, etc
2019-05-10 23:28:13 -07:00
pnasnet.py
Add per model crop pct, interpolation defaults, tie it all together
2019-04-12 22:55:24 -07:00
resnet.py
Some transform/data/loader refactoring, hopefully didn't break things
2019-05-16 22:52:17 -07:00
senet.py
Some transform/data/loader refactoring, hopefully didn't break things
2019-05-16 22:52:17 -07:00
test_time_pool.py
Add per model crop pct, interpolation defaults, tie it all together
2019-04-12 22:55:24 -07:00
xception.py
Add per model crop pct, interpolation defaults, tie it all together
2019-04-12 22:55:24 -07:00