Commit Graph

1042 Commits (release/2.1)
 

Author SHA1 Message Date
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
Tingquan Gao d6fef1c7f4
Add the discription of RepVGG (#595) 2021-02-02 16:01:58 +08:00
littletomatodonkey cf817421d8
Update install.md 2021-02-02 11:45:43 +08:00
littletomatodonkey f0f557371e
Update install_en.md 2021-02-02 11:45:16 +08:00
littletomatodonkey c8a155635e
fix train and save (#594) 2021-02-01 22:24:25 +08:00
jm12138 8cd779be4d
Add RepVGG models (#592)
* Add RepVGG models

* Update model code

* Rename code

* format code

* add README of RepVGG
2021-02-01 18:07:25 +08:00
littletomatodonkey d08daf9b83
add faq (#587)
* add faq

* add pngs

* fix mainpage

* fix faq
2021-02-01 15:22:35 +08:00
jm12138 6d22322a4f
Update the Configs of ViT and DeiT models (#593)
* update configs of ViT and DeiT

* update readme of DeiT models

* update readme of DeiT models

* update readme of DeiT models

* update README of ViT models
2021-02-01 15:21:58 +08:00
littletomatodonkey 378ed96095
fix mv2 prefix name (#591) 2021-01-31 18:18:40 +08:00
littletomatodonkey 114b1e3b3b
Update update_history_en.md 2021-01-27 16:55:12 +08:00
littletomatodonkey 90eb0edf2b
Update update_history.md 2021-01-27 16:54:25 +08:00
Tingquan Gao 3a572f95f1
Add ViT and DeiT (#579)
* Update the discription about ViT and DeiT

* Fix the error file

* Unified data format
2021-01-27 16:53:21 +08:00
littletomatodonkey 1c81cc7dbb
Update README.md 2021-01-26 17:33:48 +08:00
littletomatodonkey 57eb519b94
Update README_cn.md 2021-01-26 17:31:20 +08:00
littletomatodonkey a40d348ebb
Update mobilenet_v3.py 2021-01-26 11:57:37 +08:00
littletomatodonkey 9ebbd78bc9
fix save distillation model (#578)
* fix save distillation model

* add note
2021-01-25 20:58:35 +08:00
Bin Lu 63a10e5687
Update quick_start_en.md (#576) 2021-01-25 17:18:35 +08:00
jm12138 c07c5de1ed
Fix a bug of DropPath (#575) 2021-01-25 11:00:43 +08:00
littletomatodonkey 30fee0f93d
Update faq_2021_s1.md 2021-01-22 15:31:58 +08:00
jm12138 1b89b8a58a
Add the DeiT models (#573)
* Add the DeiT models

* fix a training bug

* update the model init config

* update the License
2021-01-22 15:30:55 +08:00
Tingquan Gao 5c6979ce1d
Update faq_2021_s1 (#572) 2021-01-22 15:29:16 +08:00
littletomatodonkey 1ace93f42f
Update README.md 2021-01-22 11:19:21 +08:00
littletomatodonkey 451454c0ac
Update README_cn.md 2021-01-22 11:18:27 +08:00
jm12138 747a659891
Add ViT model (#570)
* Add the ViT model
2021-01-21 13:05:05 +08:00
littletomatodonkey d0ecff1b5a
fix save distillation model (#567) 2021-01-19 18:49:30 +08:00
littletomatodonkey 0e6fe6f1cf
refine distillation model (#565) 2021-01-19 13:54:27 +08:00
littletomatodonkey de86985c67
Update distillation_en.md 2021-01-18 11:09:40 +08:00
littletomatodonkey 526496e1be
Update distillation_en.md 2021-01-18 11:04:39 +08:00
procr da5385c885
support VGG16/19 for kunlun (#561) 2021-01-15 16:24:12 +08:00
littletomatodonkey 223a0d2e7e
fix vgg stop grad (#558)
* fix vgg stop grad

* beautify code
2021-01-14 19:48:41 +08:00
littletomatodonkey bbc6649d85
Update faq_2021_s1.md 2021-01-14 11:33:00 +08:00
littletomatodonkey 827169c828
Update README_cn.md 2021-01-14 11:21:53 +08:00
cuicheng01 2e6b774ac9
Update faq_2021_s1.md (#556)
* Update faq_2021_s1.md

* Update faq_2021_s1.md

* Update faq_2021_s1.md

* Update faq_2021_s1.md

* Update faq_2021_s1.md
2021-01-14 11:21:35 +08:00
littletomatodonkey 6f2b76dbd0
fix doc for whl (#552) 2021-01-13 11:29:13 +08:00
littletomatodonkey 91a75ff60b
Update models_intro.md 2021-01-12 11:14:01 +08:00
littletomatodonkey 8e26493c32
fix lr mult val (#551) 2021-01-07 19:24:29 +08:00