Commit Graph

61 Commits (53da62b05e6ab830d40f739aa879f9d7bbb755b0)

Author SHA1 Message Date
dongshuilong 9f2ab06ec2 add profiler 2021-09-22 08:29:44 +00:00
dongshuilong 15f6f58139 refactor trainer v2 2021-08-24 03:02:55 +00:00
dongshuilong ebde0e13cb refactor trainer 2021-08-22 15:10:23 +00:00
littletomatodonkey 2e6dfa4433
fix logger (#840)
* fix logger
* fix trainer for int64 on windows
2021-06-15 14:11:50 +08:00
weishengyu ed098b3c7d modify trainer 2021-06-04 21:11:01 +08:00
dongshuilong 10c0fc4b73 fix ReID trainer bugs 2021-06-03 19:28:32 +08:00
littletomatodonkey 3881343484
add support for train and eval (#752)
* add support for train and eval

* rm unsed code

* add support for metric save and load ckp
2021-05-29 13:52:32 +08:00
Yiqun Liu 0d832a2539
Enable profiler, for both static and dynamic training. (#729)
* Enable profiler for static training.

* Polish the initialize of ProfilerOptions.

* Enable profiler for dynamic mode.
2021-05-21 10:31:43 +08:00
littletomatodonkey e165897c37
fix drop last for training process (#713) 2021-05-06 14:21:54 +08:00
liuyuhui 14a93e7933
[Kunlun]add multi xpu support for PaddleClas about dygraph (#690)
* add multi xpu support for PaddleClas about dygraph

* add dygraph multi xpu support
2021-04-29 17:08:26 +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 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 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
littletomatodonkey c8a155635e
fix train and save (#594) 2021-02-01 22:24:25 +08:00
littletomatodonkey 15b18973f1
fix eval script (#464)
* fix eval script

* fix dali shell
2020-12-10 23:45:58 +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 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
littletomatodonkey ee10207811
fix log benchmark (#369)
fix log benchmark
2020-11-05 10:35:19 +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 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 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 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 7cf6e9ae93 add dataloader inferface 2020-09-28 16:47:22 +00:00
littletomatodonkey 922f33fef1 fix train 2020-09-16 08:35:37 +00:00
littletomatodonkey b8a7d186d7 fix optimizer and regularizer 2020-09-15 09:43:19 +00:00
littletomatodonkey d609a81df9 fix train 2020-09-13 06:49:47 +00:00
littletomatodonkey a52efec34e fix train.py 2020-09-13 06:18:20 +00:00
littletomatodonkey 8a80a7da75 remove python path config and support cpu train/val/infer 2020-09-04 09:02:50 +00:00
littletomatodonkey 48afe86f68 fix dygpaph training speed 2020-08-29 09:44:30 +00:00
littletomatodonkey 5a15c16581 add dygrapgh load and static load 2020-08-28 09:43:27 +00:00
littletomatodonkey c384773f00 fix single card dygraph train process 2020-07-23 14:23:28 +00:00
WuHaobo 5588734626
Merge branch 'dygraph' into dynamic 2020-06-09 08:19:20 +08:00
littletomatodonkey b1a6f2d193 fix effnet 2020-06-08 10:22:32 +00:00
WuHaobo 798fe1aa61 add dynamic train 2020-06-08 12:26:35 +08:00
shippingwang bb622b24ed fix bugs 2020-06-04 04:07:38 +00:00
root 04e9720b6d Merge branch 'master' of https://github.com/PaddlePaddle/PaddleClas into add_efficientnet 2020-06-03 13:56:56 +00:00
shippingwang e40be825fd fixed 2020-05-29 13:56:27 +00:00
shippingwang cf40ed6f1f fixed 2020-05-29 13:52:43 +00:00
shippingwang 62772c111b add visualdl 2020-05-29 09:06:35 +00:00
shippingwang 32ce68374e add ema 2020-05-06 10:24:52 +00:00
shippingwang d5f0a14126 Coloring and refine code 2020-05-06 08:35:11 +00:00
WuHaobo 7d5006055f polish train 2020-04-28 16:19:14 +08:00
WuHaobo e4ca8da211 only eval and save at trainer 0 2020-04-27 19:02:11 +08:00
littletomatodonkey 2cf8014d8d save best model 2020-04-27 02:30:09 +00:00
WuHaobo c02e1fb197 use compiled program 2020-04-26 09:35:49 +08:00
dyning 590995e057
Update train.py 2020-04-21 21:47:49 +08:00