Commit Graph

1127 Commits (d2630c3a31d35713b531d4640b3cc58d3b79516f)
 

Author SHA1 Message Date
lyuwenyu 5ac5b2c629 add inception series 2021-04-26 12:09:08 +08:00
lyuwenyu f460f5a8d9 add densenet series 2021-04-26 12:09:08 +08:00
lyuwenyu aa653c8620 add seqeezenet series 2021-04-26 12:09:08 +08:00
lyuwenyu 931f3f1876 update readme path 2021-04-26 12:09:08 +08:00
lyuwenyu 7ccd4896f6 add alexnet vgg resnet series 2021-04-26 12:09:08 +08:00
lyuwenyu f1b0e8cca4 load pretrained urls for README.md 2021-04-26 12:09:08 +08:00
lyuwenyu 5af83f4332 add ResNet18 pretrained 2021-04-26 12:09:08 +08:00
lyuwenyu 3d9525b49a update 2021-04-26 12:09:08 +08:00
lyuwenyu 2a42f256e5 add dependencies 2021-04-26 12:09:08 +08:00
lyuwenyu f3c9eec43b add more example 2021-04-26 12:09:08 +08:00
lyuwenyu f22ad2e406 update 2021-04-26 12:09:08 +08:00
lyuwenyu 741c06c8eb for hub 2021-04-26 12:09:08 +08:00
cuicheng01 6c2a33fe51
fix warnings bug (#698) 2021-04-25 18:48:26 +08:00
littletomatodonkey 714a48ea04
Update getting_started_en.md 2021-04-23 16:43:36 +08:00
littletomatodonkey 8f383c8c8c
Update getting_started.md 2021-04-23 16:43:11 +08:00
littletomatodonkey 7dbfc017cd
Update whl_en.md 2021-04-23 16:41:03 +08:00
littletomatodonkey b7371a2ae7
Update whl.md 2021-04-23 16:40:35 +08:00
littletomatodonkey 276bc4760b
Update quick_start_new_user.md 2021-04-23 14:05:06 +08:00
littletomatodonkey cfc619a0a2
Update quick_start_professional.md 2021-04-23 14:04:28 +08:00
Wei Shengyu 56d8fb7183
Merge pull request #697 from littletomatodonkey/dev/fix_doc_table
fix content tree
2021-04-23 14:03:07 +08:00
littletomatodonkey 23ab4f48b2 fix content tree 2021-04-23 05:00:46 +00:00
littletomatodonkey 9d74393eb1
fix whl infer (#692) 2021-04-21 16:02:09 +08:00
littletomatodonkey fec5b5147e
Update whl.md 2021-04-20 14:00:28 +08:00
littletomatodonkey cf880114d1
Update whl_en.md 2021-04-20 13:59:22 +08:00
littletomatodonkey f68289cab3
Update whl.md 2021-04-20 13:56:05 +08:00
littletomatodonkey 377c4c2bbd
Update whl_en.md 2021-04-20 13:35:32 +08:00
littletomatodonkey e7a63a999e
Update whl.md 2021-04-20 13:34:25 +08:00
littletomatodonkey 1e9e8d3fd0
Update ShuffleNetV2_x0_25.yaml 2021-04-16 13:25:49 +08:00
Walter edcef2f292
add quick_start_new_user.md (#680)
* add quick_start_new_user.md
2021-04-16 12:42:14 +08:00
gaotingquan 099b3356b1 Update the instructions 2021-04-16 10:55:31 +08:00
gaotingquan 07a1478ca8 Add instructions of training with DALI 2021-04-16 10:55:31 +08:00
gaotingquan e8435f6145 Fix raise exception when overriding params 2021-04-16 10:55:31 +08:00
gaotingquan 64fad361ab Fix the exception of DALI 2021-04-16 10:55:31 +08:00
gaotingquan 6404d7c582 Del the param to_np 2021-04-16 10:55:31 +08:00
cuicheng01 d6e41d7b17
Merge pull request #686 from RainFrost1/add_mixnet_rexnet
add_mixnet_rexnet
2021-04-15 19:08:57 +08:00
dongshuilong 2e14f726d0 fix mixnet review problems 2021-04-15 17:15:18 +08:00
dongshuilong ea63084670 add_mixnet_rexnet 2021-04-15 14:05:46 +08:00
liuyuhui c3d401b7ea
add multi xpu support for PaddleClas (#678) 2021-04-14 22:31:36 +08:00
littletomatodonkey a7aa14525c
fix repvgg eval (#677)
* fix repvgg eval

* fix dp training

* fix single card train
2021-04-14 02:16:13 +08:00
littletomatodonkey 2e62e2e25e
fix loss reduce from dict to list (#679)
* fix loss reduce from dict to list

* remove note
2021-04-13 23:19:36 +08:00
littletomatodonkey 42d2962d90
add quick start for community (#669)
* add quick start for community
2021-04-13 13:16:59 +08:00
cuicheng01 00f3d48d02
Add quick_start_professional.md (#663)
* Update quick_start_professional.md
2021-04-11 22:21:26 +08:00
Tingquan Gao f55dcfabaf
Update to be more friendly (#674)
* Update, test=document_fix

* Add the usage hint about Transformers series models, test=document_fix
2021-04-10 11:20:38 +08:00
Tingquan Gao 97f4f557e5
Fix hyperlink and support arm7 (#670)
* Update hyperlink, test=document_fix

* Fix to support arm7
2021-04-09 16:21:07 +08:00
littletomatodonkey a6e2114e32
add find_unused_parameters param (#668)
* add find_unused_parameters param

* fix default val
2021-04-06 21:29:38 +08:00
Tingquan Gao 794caef23b
Add ViT and DeiT (#660) 2021-04-06 15:12:26 +08:00
Tingquan Gao 4523d4246d
Adapt paddle_inference 2.0.1 API (#667) 2021-04-06 10:52:40 +08:00
littletomatodonkey b0fa8dcea9
fix log when running vit in static mode (#654)
* fix log when running vit in statich mode

* fix comment
2021-04-01 17:36:59 +08:00
cuicheng01 23104797a6
Merge pull request #656 from flyseaworld/develop
add multilabel feature based develop
2021-04-01 15:52:32 +08:00
huangxu96 525b5e1a0e
Support fp16 training for ResNeXt101_32x4d (#653) 2021-03-31 11:10:19 +08:00