903 Commits

Author SHA1 Message Date
littletomatodonkey
d4e7878d53
fix ghostnet (#505) 2020-12-21 00:43:12 +08:00
littletomatodonkey
de855adcb2
Update config.txt 2020-12-18 20:18:19 +08:00
littletomatodonkey
e5cc8d463c
add enable benchmark for lite (#503)
* add enable benchmark for lite

* fix config
2020-12-18 20:17:50 +08:00
Tingquan Gao
70877e91e5
Update + to paddle.add and * to paddle.multiply (#502)
* Updata "*" to "paddle.multiply"

* Update "+" to "paddle.add"
2020-12-18 16:07:18 +08:00
WangXi
62fd192784
optimizer fleet distributed strategy (#500) 2020-12-18 11:18:58 +08:00
littletomatodonkey
7b15ef1aea
Update models_intro_en.md 2020-12-18 10:49:05 +08:00
littletomatodonkey
d56ccacb2a
Update models_intro.md 2020-12-18 10:47:56 +08:00
Tingquan Gao
eb945e5d69
Fix "tar" to "pdparams" to adapt to dygraph (#496)
* Fix "tar" to "pdparams" to adapt to dygraph

* Update the download link of Paddle Inference Library
2020-12-17 23:20:16 +08:00
littletomatodonkey
ca0c7c7afb
Update README_cn.md 2020-12-17 18:22:39 +08:00
cuicheng01
4acbb1b824
Add 10 train model tricks in faq. (#498)
* Update faq_2020_s1.md

* Update faq_2020_s1.md

* Update faq_series.md
2020-12-17 18:21:54 +08:00
Tingquan Gao
6ddd8049e0
Add "cpu_num_threads" and "enable_profile" (#494) 2020-12-17 15:23:29 +08:00
littletomatodonkey
c2aed7c0a6
fix add order (#493) 2020-12-17 11:46:20 +08:00
Tingquan Gao
1da9fdf379
Fix GoogleNet to GoogLeNet (#492) 2020-12-17 11:20:41 +08:00
QingshuChen
fdfce2d6d5
add kunlun readme (#489)
* add kunlun readme
2020-12-16 20:58:26 +08:00
littletomatodonkey
d80d53f955
fix resnest (#490) 2020-12-16 19:03:11 +08:00
littletomatodonkey
bcaf6a8528
fix trt doc (#485)
* fix trt doc

* update history
2020-12-16 12:01:32 +08:00
littletomatodonkey
3d5cde1aed
Update main.cpp 2020-12-15 22:54:20 +08:00
littletomatodonkey
13e8fcdc43
fix cpp time (#483)
* fix cpp time

* fix time
2020-12-15 21:55:02 +08:00
littletomatodonkey
cf68eafa56
add cpp trt (#480) 2020-12-15 19:22:13 +08:00
littletomatodonkey
8fd56a4503
fix static train (#478) 2020-12-15 16:43:15 +08:00
littletomatodonkey
29b305d228
add profile for pred (#476) 2020-12-15 14:32:07 +08:00
Tingquan Gao
d860430b55
Fix some description of documentations (#473)
Fix some description of documentations
2020-12-14 21:43:45 +08:00
littletomatodonkey
a463b0a2dc
fix model cnt (#469) 2020-12-14 16:00:04 +08:00
littletomatodonkey
bb95b5bd9c
Update quick_start.md 2020-12-13 21:25:34 +08:00
littletomatodonkey
e8b3be1053
Update getting_started.md 2020-12-13 21:24:57 +08:00
Tingquan Gao
b68ca02b65
Adapt to the develop version paddle_inference on Win32 and Linux (#468) 2020-12-13 14:21:29 +08:00
littletomatodonkey
2843bd877a
Update models_intro_en.md 2020-12-12 11:58:17 +08:00
littletomatodonkey
46f8676580
Update models_intro.md 2020-12-12 11:56:36 +08:00
huangxu96
dc3020ab4a
support fp16 training (#435)
* support fp16 training

* Use compiled training program

* Change timing ips.

* Use dali

* add pure fp16 training

* fix a bug, which will not use fuse pass using pure fp16 training.

* modify code as review

* modify loss, so that it will use different loss when using pure fp16 training.

* remove some fluid API

* add static optimizer.
2020-12-11 11:04:51 +08:00
littletomatodonkey
9992415867
add mkldnn speed problm (#465) 2020-12-11 00:39:12 +08:00
littletomatodonkey
b9d243f854
Update utils.py 2020-12-11 00:24:14 +08:00
littletomatodonkey
15b18973f1
fix eval script (#464)
* fix eval script

* fix dali shell
2020-12-10 23:45:58 +08:00
Tingquan Gao
e3801c5515
Fix the bug about calling create_predictor repeatedly in hubserving (#462) 2020-12-10 01:15:24 +08:00
littletomatodonkey
022a4114d6
Update faq_series.md 2020-12-09 20:11:58 +08:00
littletomatodonkey
9bc00143a3
Update README_cn.md 2020-12-09 20:11:17 +08:00
Tingquan Gao
b2baeab8d7
Add FAQ 20201207 (#459)
* Add FAQ 20201207

* Fix FAQ20201207
2020-12-09 20:10:29 +08:00
QingshuChen
066d53f8ec
support cpu/xpu/gpu in static graph (#460) 2020-12-08 20:59:23 +08:00
littletomatodonkey
1839105f27
fix resnest (#458) 2020-12-08 18:47:46 +08:00
littletomatodonkey
a76e404d9c
fix time sta (#457) 2020-12-08 17:05:00 +08:00
cuicheng01
a73573a346
Add se_hrnet_w64_c_ssld_pretrained (#452)
add se hrnet64_c
2020-12-06 17:52:34 +08:00
littletomatodonkey
1ecf8334ff
fix pred (#450)
* fix pred

* fix resnest

* fix hrnet se

* fix se for export
2020-12-06 03:08:44 +08:00
littletomatodonkey
0df5ba63df
Update test_hubserving.py 2020-12-04 10:43:56 +08:00
littletomatodonkey
049cbb26d7
Update run_dali.sh 2020-12-03 15:58:07 +08:00
littletomatodonkey
1e4925704d
fix dali train (#446) 2020-12-03 15:48:35 +08:00
QingshuChen
46dfc57e2a
update kunlun epoch num (#445) 2020-12-03 14:06:13 +08:00
littletomatodonkey
e92cb0b93c
fix init model in static mode (#444) 2020-12-03 12:50:33 +08:00
lilong12
fff2a92b25
add shell scripts to run training on single node and multiple nodes. (#424)
* add shells, test=develop
2020-12-03 11:11:39 +08:00
Tingquan Gao
2b77c71459
Support DALI (#442) 2020-12-02 22:06:23 +08:00
littletomatodonkey
c0b73558b1
Add files via upload 2020-12-02 20:09:49 +08:00
littletomatodonkey
38b89b34ef
Delete joinus.png 2020-12-02 20:09:12 +08:00