PaddleClas/ppcls/modeling/architectures
littletomatodonkey 378ed96095
fix mv2 prefix name (#591)
2021-01-31 18:18:40 +08:00
..
__init__.py Add the DeiT models (#573) 2021-01-22 15:30:55 +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 refine distillation model (#565) 2021-01-19 13:54:27 +08:00
distilled_vision_transformer.py Add the DeiT models (#573) 2021-01-22 15:30:55 +08: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 mv2 prefix name (#591) 2021-01-31 18:18:40 +08:00
mobilenet_v3.py Update mobilenet_v3.py 2021-01-26 11:57:37 +08:00
regnet.py fix some architectures bugs (#545) 2021-01-07 11:16:27 +08:00
res2net.py fix (#541) 2021-01-06 21:45:13 +08:00
res2net_vd.py fix (#541) 2021-01-06 21:45:13 +08:00
resnest.py fix (#541) 2021-01-06 21:45:13 +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 fix lr mult val (#551) 2021-01-07 19:24:29 +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 vgg stop grad (#558) 2021-01-14 19:48:41 +08:00
vision_transformer.py Fix a bug of DropPath (#575) 2021-01-25 11:00:43 +08:00
xception.py fix some architectures bugs (#545) 2021-01-07 11:16:27 +08:00
xception_deeplab.py fix xception flow to enable model export (#400) 2020-11-17 10:41:35 +08:00