cuicheng01
5aba5f898e
Merge pull request #1396 from TingquanGao/dev/sup_docs
...
docs: supplement docs
2021-11-04 21:02:17 +08:00
gaotingquan
8ac51f7416
fix: adapt to release 2.3
2021-11-04 09:48:34 +00:00
littletomatodonkey
886856196e
fix ema reference
2021-11-04 16:29:12 +08:00
littletomatodonkey
cae027605c
add reference
2021-11-04 16:18:26 +08:00
dongshuilong
9f2ab06ec2
add profiler
2021-09-22 08:29:44 +00:00
littletomatodonkey
d7c55d87e0
rm unused static code ( #1095 )
2021-07-29 13:38:19 +08:00
cuicheng01
db46dbd8fe
Update save_load.py
2021-07-12 10:35:53 +00:00
littletomatodonkey
0189236bb8
add support for vdl ( #978 )
...
* add support for vdl
* fix vdl eval
2021-06-30 10:52:27 +08:00
littletomatodonkey
e1d53e7fef
fix logger warn ( #842 )
2021-06-15 14:49:49 +08:00
littletomatodonkey
70181065c6
Update config.py
2021-06-15 14:47:04 +08:00
littletomatodonkey
d9911f6185
Update config.py
2021-06-15 14:39:30 +08:00
littletomatodonkey
2e6dfa4433
fix logger ( #840 )
...
* fix logger
* fix trainer for int64 on windows
2021-06-15 14:11:50 +08:00
littletomatodonkey
061d07cd91
refine tool dir ( #827 )
...
* refine tool dir
2021-06-11 12:17:56 +08:00
littletomatodonkey
3b4f5f4dfc
add distillation and fix some apis ( #810 )
...
* fix save load and imagenet dataset
* refine trainer
2021-06-10 16:30:05 +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
Walter
decdb51bb0
Merge pull request #742 from cuicheng01/develop_reg
...
Add resnet.py in legendary_models
2021-05-28 11:36:24 +08:00
cuicheng01
31e59dfa1b
add load_dygraph_pretrain_from_url function
2021-05-28 10:55:48 +08:00
littletomatodonkey
dd79f81fd7
[WIP]add arch init ( #744 )
...
* polish trainer
2021-05-27 18:41:44 +08:00
weishengyu
f6da3bd60a
move files
2021-05-24 11:42:24 +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
cuicheng01
6c2a33fe51
fix warnings bug ( #698 )
2021-04-25 18:48:26 +08:00
gaotingquan
e8435f6145
Fix raise exception when overriding params
2021-04-16 10:55:31 +08:00
littletomatodonkey
b0fa8dcea9
fix log when running vit in static mode ( #654 )
...
* fix log when running vit in statich mode
* fix comment
2021-04-01 17:36:59 +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
e02a35ac45
add quant clas ( #621 )
...
* add quant clas
* fix load init model
* add quant
* add quant doc
* fix export model
2021-03-01 19:36:55 +08:00
littletomatodonkey
9ebbd78bc9
fix save distillation model ( #578 )
...
* fix save distillation model
* add note
2021-01-25 20:58:35 +08:00
littletomatodonkey
d0ecff1b5a
fix save distillation model ( #567 )
2021-01-19 18:49:30 +08:00
littletomatodonkey
1b6799cf50
fix label ( #522 )
2020-12-29 13:39:19 +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
15b18973f1
fix eval script ( #464 )
...
* fix eval script
* fix dali shell
2020-12-10 23:45:58 +08:00
littletomatodonkey
6abaa0c810
fix dpn ( #416 )
2020-11-21 17:46:53 +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
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
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
0e0967545a
fix load ckp
2020-10-22 06:12:03 +00:00
littletomatodonkey
43f6cae208
fix cpu train
2020-10-21 14:41:54 +00:00
littletomatodonkey
ebadacd7f8
add acc benchmark
2020-10-17 17:27:36 +00:00
littletomatodonkey
4773a2177e
fix opt
2020-09-17 13:24:33 +00:00
littletomatodonkey
b8a7d186d7
fix optimizer and regularizer
2020-09-15 09:43:19 +00:00
littletomatodonkey
a52efec34e
fix train.py
2020-09-13 06:18:20 +00:00
littletomatodonkey
b17fbac3dd
fix distillation load
2020-09-03 03:24:22 +00:00
littletomatodonkey
927a78872a
fix distillation load
2020-09-03 03:22:39 +00:00
littletomatodonkey
32dc1c1c0d
improve dygraph model
2020-09-02 15:15:49 +00:00
littletomatodonkey
7a962bb8a3
fix version check
2020-08-30 06:23:40 +00:00
littletomatodonkey
6cae5aafa1
add more distillation models
2020-08-29 03:49:27 +00:00
littletomatodonkey
5a15c16581
add dygrapgh load and static load
2020-08-28 09:43:27 +00:00
WuHaobo
0d3e2818d2
add misc
2020-06-13 11:35:58 +08:00
WuHaobo
f5fd4f1fd4
add save and load
2020-06-12 10:55:05 +08:00