.. |
__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 typo
|
2023-04-04 18:44:44 +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
|
watermark
|
2023-01-31 19:57:43 +08:00 |
efficientnet_v2.py
|
fix: set dtype in paddle.to_tensor()
|
2023-02-10 15:51:53 +08:00 |
foundation_vit.py
|
fix name
|
2023-02-28 14:28:23 +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
|
rename micronet_m(\d) to MicroNet_M(\d)
|
2023-04-04 20:37:22 +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
|
add mobilenext
|
2023-04-05 00:41:19 +08:00 |
mobilevit.py
|
fix: change to relative import
|
2022-08-19 11:40:38 +08:00 |
mobilevit_v2.py
|
rename v2 to V2
|
2023-04-19 21:21:06 +08:00 |
mobilevit_v3.py
|
update data augment and init method for MobileViTv3-v2
|
2023-04-06 15:33:30 +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: change to relative import
|
2022-08-19 11:40:38 +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: change to relative import
|
2022-08-19 11:40:38 +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: change to relative import
|
2022-08-19 11:40:38 +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
|
modify tipc
|
2023-01-20 14:08:06 +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 |