Commit Graph

1014 Commits (714a48ea046ec27cc72137dca31536cf2d614f1a)
 

Author SHA1 Message Date
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
yaohai 2e10d5a4bb add document for multilabel 2021-03-30 17:22:57 +08:00
yaohai fee32b555a fix small error 2021-03-30 17:14:25 +08:00
yaohai 5fd7085ddf add multilabel feature 2021-03-30 16:02:32 +08:00
Tingquan Gao 8a469799af
support bs>1 (#651)
* support bs>1
2021-03-26 18:52:50 +08:00
Tingquan Gao 8832a3fa0a
Support Visual DL (#650)
* Support Visual DL

* Fix VDL

* Add doc of VDL, test=document_fix

* Add the en doc of VDL, test=document_fix

Co-authored-by: littletomatodonkey <2120160898@bit.edu.cn>
2021-03-23 12:45:01 +08:00
Tingquan Gao 1b920e8a44
Update usage, test=document_fix (#646) 2021-03-23 11:04:20 +08:00
littletomatodonkey 2c0dcaf9ce
Update requirements.txt 2021-03-22 19:25:15 +08:00
Tingquan Gao 9a0d8af0ab
Optimize doc, test=document_fix (#642) 2021-03-16 16:12:34 +08:00
littletomatodonkey 7f3f44c105
Update paddle_quantization_en.md 2021-03-16 14:08:44 +08:00
littletomatodonkey b3fa7a0114
Update paddle_quantization_en.md 2021-03-16 14:07:40 +08:00
littletomatodonkey a831632838
Update paddle_quantization.md 2021-03-16 14:07:06 +08:00
littletomatodonkey d5bdd2db67
Update ResNet50_vd_ssld_random_erasing_finetune.yaml 2021-03-16 13:14:36 +08:00
littletomatodonkey 55d1cd5214
Update distillation_en.md 2021-03-16 12:44:12 +08:00