PaddleClas/ppcls/modeling/architectures
littletomatodonkey 1ecf8334ff
fix pred (#450)
* fix pred

* fix resnest

* fix hrnet se

* fix se for export
2020-12-06 03:08:44 +08:00
..
__init__.py fix resnest typo (#380) 2020-11-30 12:52:58 +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 some minor bugs to adapt to paddle2.0rc. (#431) 2020-11-29 18:09:48 +08:00
distillation_models.py fix distillation model 2020-09-13 08:50:39 +00:00
dpn.py fix dpn (#430) 2020-11-29 18:10:20 +08:00
efficientnet.py add static running in dygraph (#399) 2020-11-18 09:48:56 +08:00
ghostnet.py fix pred (#450) 2020-12-06 03:08:44 +08:00
googlenet.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
hrnet.py fix pred (#450) 2020-12-06 03:08:44 +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 polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
mobilenet_v2.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
mobilenet_v3.py Fix some minor bugs to adapt to paddle2.0rc. (#431) 2020-11-29 18:09:48 +08:00
regnet.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
res2net.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
res2net_vd.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
resnest.py fix pred (#450) 2020-12-06 03:08:44 +08:00
resnet.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +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 fix pred (#450) 2020-12-06 03:08:44 +08:00
se_resnext.py fix pred (#450) 2020-12-06 03:08:44 +08:00
se_resnext_vd.py fix pred (#450) 2020-12-06 03:08:44 +08:00
shufflenet_v2.py fix resnest typo (#380) 2020-11-30 12:52:58 +08:00
squeezenet.py polish api to Paddle2.0-rc (#346) 2020-10-30 00:20:48 +08:00
vgg.py Fix some minor bugs to adapt to paddle2.0rc. (#431) 2020-11-29 18:09:48 +08:00
xception.py Fix some minor bugs to adapt to paddle2.0rc. (#431) 2020-11-29 18:09:48 +08:00
xception_deeplab.py fix xception flow to enable model export (#400) 2020-11-17 10:41:35 +08:00