PaddleClas/ppcls/modeling/architectures
Tingquan Gao 33ab988669
Add EfficientNetB0_small (#539)
2021-01-05 17:20:40 +08:00
..
__init__.py Add EfficientNetB0_small (#539) 2021-01-05 17:20:40 +08:00
alexnet.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
darknet.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
densenet.py fix reshape to flatten (#513) 2020-12-26 00:21:07 +08:00
distillation_models.py fix distillation model 2020-09-13 08:50:39 +00:00
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 Add InceptionV3 architecture (#360) 2020-11-03 10:05:19 +08:00
inception_v4.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
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 polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
res2net.py Update + to paddle.add and * to paddle.multiply (#502) 2020-12-18 16:07:18 +08:00
res2net_vd.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
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 polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
resnet_vd.py add support for multi cards eval (#413) 2020-11-20 18:10:06 +08:00
resnext.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
resnext101_wsl.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
resnext_vd.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
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 polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
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 fix xception flow to enable model export (#400) 2020-11-17 10:41:35 +08:00