PaddleClas/ppcls/modeling/architectures
littletomatodonkey a138a6ee53
Update mobilenet_v3.py
2021-01-05 11:51:16 +08:00
..
__init__.py fix resnest typo (#380) 2020-11-30 12:52:58 +08:00
alexnet.py
darknet.py
densenet.py fix reshape to flatten (#513) 2020-12-26 00:21:07 +08:00
distillation_models.py
dpn.py fix reshape to flatten (#513) 2020-12-26 00:21:07 +08:00
efficientnet.py add static running in dygraph (#399) 2020-11-18 09:48:56 +08:00
ghostnet.py fix ghostnet (#505) 2020-12-21 00:43:12 +08:00
googlenet.py Fix GoogleNet to GoogLeNet (#492) 2020-12-17 11:20:41 +08:00
hrnet.py Update + to paddle.add and * to paddle.multiply (#502) 2020-12-18 16:07:18 +08:00
inception_v3.py
inception_v4.py
mobilenet_v1.py fix reshape to flatten (#513) 2020-12-26 00:21:07 +08:00
mobilenet_v2.py fix reshape to flatten (#513) 2020-12-26 00:21:07 +08:00
mobilenet_v3.py Update mobilenet_v3.py 2021-01-05 11:51:16 +08:00
regnet.py
res2net.py Update + to paddle.add and * to paddle.multiply (#502) 2020-12-18 16:07:18 +08:00
res2net_vd.py
resnest.py fix resnest (#490) 2020-12-16 19:03:11 +08:00
resnet.py support fp16 training (#435) 2020-12-11 11:04:51 +08:00
resnet_vc.py
resnet_vd.py add support for multi cards eval (#413) 2020-11-20 18:10:06 +08:00
resnext.py
resnext101_wsl.py
resnext_vd.py
se_resnet_vd.py Revert "add amp support for SE_ResNet50_vd (#509)" (#515) 2020-12-25 13:49:00 +08:00
se_resnext.py fix pred (#450) 2020-12-06 03:08:44 +08:00
se_resnext_vd.py Update + to paddle.add and * to paddle.multiply (#502) 2020-12-18 16:07:18 +08:00
shufflenet_v2.py Update shufflenet_v2.py 2020-12-29 17:24:05 +08:00
squeezenet.py
vgg.py fix reshape to flatten (#513) 2020-12-26 00:21:07 +08:00
xception.py fix reshape to flatten (#513) 2020-12-26 00:21:07 +08:00
xception_deeplab.py