Commit Graph

1127 Commits (d2630c3a31d35713b531d4640b3cc58d3b79516f)
 

Author SHA1 Message Date
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
littletomatodonkey cbd9f341ef
Update distillation.md 2021-03-16 12:41:47 +08:00
littletomatodonkey 3b1fad3fa8
Update ResNet50_vd_ssld_finetune.yaml 2021-03-16 11:37:59 +08:00
littletomatodonkey 5d2dd8f7cc
Update requirements.txt 2021-03-15 15:12:37 +08:00
littletomatodonkey 423e29ef04 fix version, test=document_fix 2021-03-11 17:35:14 +08:00
littletomatodonkey 9cf3bdbf8b fix, test=document_fix 2021-03-11 17:35:14 +08:00
littletomatodonkey a1fc2c307e add cpu note, test=document_fix 2021-03-11 17:35:14 +08:00
littletomatodonkey 3388c47e51 fix config, test=document_fix 2021-03-11 17:35:14 +08:00
littletomatodonkey 692420fae4 fix doc 2021-03-11 17:35:14 +08:00
littletomatodonkey 533aa8a7ba improve doc, test=document_fix 2021-03-11 17:35:14 +08:00
littletomatodonkey 26e5e540f6 improve doc, test=document_fix 2021-03-11 17:35:14 +08:00
littletomatodonkey bba176e05a
enhance reader (#628) 2021-03-08 10:35:38 +08:00
littletomatodonkey a02a927139
Update getting_started_en.md 2021-03-07 15:43:11 +08:00
littletomatodonkey 28fc882c49
Update getting_started_en.md 2021-03-07 15:42:50 +08:00
littletomatodonkey a99afd69dd
Update getting_started.md 2021-03-07 15:40:45 +08:00
littletomatodonkey ad81658608
Update README.md 2021-03-04 14:09:50 +08:00
Tingquan Gao 22dba8cedb
Add readme of quantization (#624)
* Add readme of quantization

* Fix readme of quantization, test=document_fix
2021-03-04 14:06:59 +08:00
littletomatodonkey 6619b5584c
Update README_cn.md 2021-03-02 12:59:16 +08:00
littletomatodonkey cd99285d8b
Update README.md 2021-03-02 12:52:12 +08:00
Wei Shengyu dccd7ed9c0
Merge pull request #619 from huangxu96/cp_fp16_training
[Cherry-pick]new usage of amp training. (#564)
2021-03-02 10:46:27 +08:00
huangxu96 1df6641853
Merge branch 'develop' into cp_fp16_training 2021-03-01 20:01:20 +08:00
littletomatodonkey e02a35ac45
add quant clas (#621)
* add quant clas

* fix load init model

* add quant

* add quant doc

* fix export model
2021-03-01 19:36:55 +08:00
littletomatodonkey 4ba3d47e31
Merge branch 'develop' into cp_fp16_training 2021-03-01 16:18:26 +08:00
Zhang Ting aeccae2128
fix oom for batch_size=208 (#618) 2021-03-01 12:37:17 +08:00
huangxu96 624f038a6d change the flag of is_distributed. 2021-02-26 09:46:43 +00:00
huangxu96 4e43ec6995 new usage of amp training. (#564)
* new usage of amp training.

* change the usage of amp and pure fp16 training.

* modified code as reviews
2021-02-26 09:25:54 +00:00
littletomatodonkey ba17052a54
add eta info (#613)
* add eta info

* rm duplicate desc
2021-02-26 13:40:40 +08:00
littletomatodonkey 1b723f023c
Update requirements.txt 2021-02-25 16:20:33 +08:00
littletomatodonkey 7af8368016
fix mv3 batch size (#597) 2021-02-15 16:56:56 +08:00
Tingquan Gao ad730ae499
Adapt to paddle inference 2.0 (#607) 2021-02-08 12:10:45 +08:00
littletomatodonkey 0c35c4c794
fix static run for vit and deit (#605) 2021-02-06 23:10:38 +08:00
littletomatodonkey ceeb605d9c
fix resnest101 (#604) 2021-02-06 20:32:02 +08:00
GT-Zhang 841e1872c1
Fix a spelling error in the "5.2 Cutmix" document (#601)
Fix a spelling error in the "5.2 Cutmix" document.
`rom ppcls.data.imaug import DecodeImage` to `from ppcls.data.imaug import DecodeImage`
2021-02-05 13:28:29 +08:00
Wei Shengyu e16b79530c
Merge pull request #599 from weisy11/dygraph
add faq
2021-02-03 19:35:43 +08:00
weishengyu 7e72ca885d fix bug 2021-02-03 16:13:28 +08:00
littletomatodonkey 56ffe84b06
Update faq_series.md 2021-02-03 16:04:38 +08:00
weishengyu 24c7b102c2 add faq 2021-02-03 15:35:52 +08:00
littletomatodonkey a6667a15ab
Update __init__.py 2021-02-02 23:26:13 +08:00