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
76539d905e
Some transform/data/loader refactoring, hopefully didn't break things
...
* factor out data related constants to own file
* move data related config helpers to own file
* add a variant of RandomResizeCrop that randomizes interpolation method
* remove old Numpy version of RandomErasing
* cleanup torch version of RandomErasing and use it in either GPU loader batch mode or single image cpu Transform
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
Some transform/data/loader refactoring, hopefully didn't break things
6 years ago
dpn.py
Some transform/data/loader refactoring, hopefully didn't break things
6 years ago
genmobilenet.py
Some transform/data/loader refactoring, hopefully didn't break things
6 years ago
helpers.py
Add per model crop pct, interpolation defaults, tie it all together
6 years ago
inception_resnet_v2.py
Some transform/data/loader refactoring, hopefully didn't break things
6 years ago
inception_v4.py
Some transform/data/loader refactoring, hopefully didn't break things
6 years ago
median_pool.py
Initial commit, puting some ol pieces together
6 years ago
model_factory.py
Add MobileNetV3 and associated changes hard-swish, hard-sigmoid, efficient head, etc
6 years ago
pnasnet.py
Add per model crop pct, interpolation defaults, tie it all together
6 years ago
resnet.py
Some transform/data/loader refactoring, hopefully didn't break things
6 years ago
senet.py
Some transform/data/loader refactoring, hopefully didn't break things
6 years ago
test_time_pool.py
Add per model crop pct, interpolation defaults, tie it all together
6 years ago
xception.py
Add per model crop pct, interpolation defaults, tie it all together
6 years ago