Commit Graph

157 Commits (7b15ef1aeabc7255f9c9db2438970dedae48593a)

Author SHA1 Message Date
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
Tingquan Gao 6ddd8049e0
Add "cpu_num_threads" and "enable_profile" (#494) 2020-12-17 15:23:29 +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
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
QingshuChen 066d53f8ec
support cpu/xpu/gpu in static graph (#460) 2020-12-08 20:59:23 +08:00
littletomatodonkey a76e404d9c
fix time sta (#457) 2020-12-08 17:05:00 +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
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
QingshuChen 832364e191
support static graph train for kunlun (#441) 2020-12-02 18:36:51 +08:00
littletomatodonkey 8e5bde6c39
Update predict.py 2020-12-01 01:20:10 +08:00
littletomatodonkey 6796bca110
fix logger (#426) 2020-11-25 19:45:43 +08:00
littletomatodonkey 463980f331
add support for multi cards eval (#413)
* add support for multi cards eva
2020-11-20 18:10:06 +08:00
littletomatodonkey e83e3038e1
fix local rank get word size in dist (#402)
* fix local rank
* fix export model
2020-11-18 13:59:34 +08:00
littletomatodonkey 6a5f4626d7
add static running in dygraph (#399)
* add static running in dygraph
2020-11-18 09:48:56 +08:00
Tingquan Gao 10e73342ff
Add MKL-DNN (#398)
add mkldnn config
2020-11-16 19:44:17 +08:00
littletomatodonkey 7d0f694c7b
unify model and model_name (#386)
* unify model and model_name

* rm unsed archs fix bug of se_resnext

* fix distillation model for distributed.launch

* fix export model for googlenet
2020-11-12 00:17:28 +08:00
Tingquan Gao 18a4c14233
Update preprocess and HubServing (#382)
add hub serving code and doc
2020-11-10 17:19:50 +08:00
littletomatodonkey c933dcd8db
minor fix init (#384)
* add densent init

* fix export model
2020-11-10 17:09:39 +08:00
littletomatodonkey 95a8990066
fix py infer (#376)
fix python and cpp inference
2020-11-07 22:09:42 +08:00
littletomatodonkey f921b9bd5b
fix feature map visualization (#377)
fix feature map visualization
2020-11-07 22:07:33 +08:00
littletomatodonkey ee10207811
fix log benchmark (#369)
fix log benchmark
2020-11-05 10:35:19 +08:00
littletomatodonkey d4b1f6aff3
Update export_model.py 2020-11-04 22:49:20 +08:00
littletomatodonkey c3922941de
fix dist training (#363)
1. fix dist training 
2. fix cpp infer to support dir inference
2020-11-04 22:48:19 +08:00
littletomatodonkey 14063829db
add random seed in train (#358) 2020-11-03 10:08:30 +08:00
littletomatodonkey 5704a255dc
fix eval (#355) 2020-10-30 21:02:49 +08:00
littletomatodonkey 7ef474169d
polish api to Paddle2.0-rc (#346)
polish codes and docs to adapt Paddle2.0-rc
2020-10-30 00:20:48 +08:00
littletomatodonkey 260dcb5079
add pre-label function (#341)
add pre-label function
2020-10-24 01:14:10 +08:00
littletomatodonkey b5cd360b0d fix getting started 2020-10-22 18:18:37 +00:00
littletomatodonkey 0e0967545a fix load ckp 2020-10-22 06:12:03 +00:00
littletomatodonkey d3ab5bd3da fix benchamark list 2020-10-17 17:51:54 +00:00
littletomatodonkey ebadacd7f8 add acc benchmark 2020-10-17 17:27:36 +00:00
littletomatodonkey 2cb86a9bbb fix export model 2020-10-16 06:25:55 +00:00
littletomatodonkey 2d86d1ac0c fix msg 2020-10-10 05:35:48 +00:00
littletomatodonkey a0b125d99a imporve msg info 2020-10-10 05:33:44 +00:00
littletomatodonkey e70b3351bf fix eval 2020-10-09 01:56:05 +00:00
littletomatodonkey 7cf6e9ae93 add dataloader inferface 2020-09-28 16:47:22 +00:00
littletomatodonkey 53c5850df7
Merge pull request #291 from TingquanGao/ppcls-dev
fix export_model to support dygraph
2020-09-25 13:15:27 +08:00
gaotingquan 5ac48b7764 fix export_model to support dygraph 2020-09-24 13:03:42 +08:00
gaotingquan fa471435a7 fix export_model to support dygraph 2020-09-23 22:51:52 +08:00
gaotingquan c5cf3c154a fix export_model to support dygraph 2020-09-22 16:49:12 +08:00