53 Commits

Author SHA1 Message Date
weishengyu
920a44b0ce move files 2021-05-24 11:43:47 +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
liuyuhui
55fa094e60 fix one card eval in multicards training 2021-05-08 05:29:12 +00:00
littletomatodonkey
2e62e2e25e
fix loss reduce from dict to list (#679)
* fix loss reduce from dict to list

* remove note
2021-04-13 23:19:36 +08:00
yaohai
5fd7085ddf add multilabel feature 2021-03-30 16:02:32 +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
ba17052a54
add eta info (#613)
* add eta info

* rm duplicate desc
2021-02-26 13:40:40 +08:00
Tingquan Gao
c213c9fc5f
Fix the training log in static graph (#525)
* Adapt to PaddleHub2.0 to eliminate warning
* Fix the training log format
2020-12-30 14:43:00 +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
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
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
be9b45d9e1 add reader time 2020-09-22 07:17:28 +00:00
littletomatodonkey
b8a7d186d7 fix optimizer and regularizer 2020-09-15 09:43:19 +00:00
littletomatodonkey
7ed80c5232 fix program 2020-09-13 07:09:43 +00:00
littletomatodonkey
a43aac3250 fix optimizer 2020-09-03 08:39:14 +00:00
littletomatodonkey
32dc1c1c0d improve dygraph model 2020-09-02 15:15:49 +00:00
shippingwang
994d198eb6 add reader 2020-09-01 06:57:24 +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
littletomatodonkey
ac321194a5 fix fetchs 2020-06-29 07:19:59 +00:00
littletomatodonkey
7713736e69 fix bs 2020-06-29 06:53:54 +00:00
littletomatodonkey
4338730eb4 add ls training for dygraph 2020-06-29 06:23:13 +00:00
littletomatodonkey
6a0dce8aff support label smooth for dyg 2020-06-29 06:09:09 +00:00
WuHaobo
5588734626
Merge branch 'dygraph' into dynamic 2020-06-09 08:19:20 +08:00
littletomatodonkey
0cae84a111 fix effnet 2020-06-08 07:25:53 +00: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
root
dea8eabb45 fix 2020-06-03 13:27:12 +00:00
WuHaobo
773ceaa8d5 add program.py 2020-06-03 19:52:55 +08:00
shippingwang
cf40ed6f1f fixed 2020-05-29 13:52:43 +00:00
shippingwang
62772c111b add visualdl 2020-05-29 09:06:35 +00:00
littletomatodonkey
eed858996c add mixed precision training 2020-05-17 05:05:56 +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
10005abed6 polish googlenet 2020-04-29 14:22:53 +08:00
WuHaobo
165068cea8 polish for mixup 2020-04-27 21:33:25 +08:00
WuHaobo
9270eb157b polish for eval 2020-04-27 21:27:50 +08:00
WuHaobo
b50d4ef7d4 polish for mixup 2020-04-27 21:24:41 +08:00
littletomatodonkey
2cf8014d8d save best model 2020-04-27 02:30:09 +00:00
shippingwang
3197c82c73 refine 2020-04-26 21:52:44 +00:00
shippingwang
4870bd37d0 refine 2020-04-26 21:21:50 +00:00
shippingwang
7525da9fab refine log format 2020-04-26 14:53:58 +00:00
WuHaobo
fa8f585bee rewrite the misc to solve the display log 2020-04-22 12:36:56 +08:00
shippingwang
51456e0585 refine 2020-04-21 13:44:19 +00:00
shippingwang
c32b8b15c5 refine code 2020-04-20 11:01:08 +00:00
littletomatodonkey
fbb36fd3de add ssld code 2020-04-17 04:43:42 +00:00
littletomatodonkey
3b69b6c854 add yaml file 2020-04-16 08:23:44 +00:00