..
__init__.py
…
adaface_ir_net.py
modify face_dataset and ir_net name issue
2022-05-19 02:22:17 +00:00
alexnet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
cae.py
fix concat error when fp16
2023-03-21 14:23:09 +08:00
convnext.py
fix: set dtype in paddle.to_tensor()
2023-02-10 15:51:53 +08:00
cspnet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
cswin_transformer.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
cvt.py
fix pretrained url
2023-05-17 15:19:13 +08:00
darknet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
densenet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
distilled_vision_transformer.py
fix concat error when fp16
2023-04-04 19:49:00 +08:00
dla.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
dpn.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
dsnet.py
fix: set dtype in paddle.to_tensor()
2023-02-10 15:51:53 +08:00
efficientnet.py
add tinynet
2023-05-06 19:04:37 +08:00
efficientnet_v2.py
fix: set dtype in paddle.to_tensor()
2023-02-10 15:51:53 +08:00
foundation_vit.py
【Feature】fix the resolution problem for clip-vision transformer part and swim … ( #3001 )
2023-10-18 20:55:37 +08:00
ghostnet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
googlenet.py
support NHWC data format
2022-12-28 16:06:10 +08:00
hardnet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
inception_v4.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
levit.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
micronet.py
update pretrained url
2023-05-17 15:19:13 +08:00
mixnet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
mobilenet_v2.py
support NHWC data format
2022-12-28 16:06:10 +08:00
mobilenext.py
update pretrained url
2023-05-17 15:19:13 +08:00
mobilevit.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
mobilevit_v2.py
fix
2023-06-06 11:19:01 +08:00
mobilevit_v3.py
code style
2023-05-17 15:19:13 +08:00
nextvit.py
Add NextViT code and docs
2022-11-23 14:59:55 +08:00
peleenet.py
fix: update pretrained url
2022-10-18 17:48:31 +08:00
pvt_v2.py
fix sot-slow problem ( #2976 )
2023-09-18 17:27:01 +08:00
rednet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
regnet.py
add models
2022-12-22 14:54:25 +08:00
repvgg.py
rename to re_parameterize() for re-parameterization nets
2023-01-06 20:29:07 +08:00
res2net.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
res2net_vd.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
resnest.py
add models
2022-12-22 14:54:25 +08:00
resnet_vc.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
resnext.py
Fix resnext model, split main logic with guard ( #2956 )
2023-09-18 17:25:57 +08:00
resnext101_wsl.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
resnext_vd.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
rexnet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
se_resnet_vd.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
se_resnext.py
Fix resnext model, split main logic with guard ( #2956 )
2023-09-18 17:25:57 +08:00
se_resnext_vd.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
shufflenet_v2.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
squeezenet.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
swin_transformer_v2.py
【Feature】fix the resolution problem for clip-vision transformer part and swim … ( #3001 )
2023-10-18 20:55:37 +08:00
tinynet.py
update pretrained url
2023-06-06 11:19:01 +08:00
tnt.py
fix concat error when fp16
2023-03-21 14:23:09 +08:00
twins.py
rename gvt.py -> twins.py & twins-svt -> twins-alt-gvt
2023-03-30 17:29:49 +08:00
uniformer.py
modify uniformer link
2023-02-06 19:28:30 +08:00
van.py
fix: set dtype in paddle.to_tensor()
2023-02-10 15:51:53 +08:00
vision_transformer.py
fix concat error when fp16
2023-03-21 14:23:09 +08:00
wideresnet.py
增加代码规范,删除无用空格
2023-01-04 13:42:00 +08:00
xception.py
fix: change to relative import
2022-08-19 11:40:38 +08:00
xception_deeplab.py
fix: change to relative import
2022-08-19 11:40:38 +08:00