dongshuilong
a944603da0
fix log twice bug
2022-03-30 08:31:35 +00:00
gaotingquan
4fc82eef5a
feat: add the doc and demo about gallery2fc
...
add description doc and demo config
2022-03-01 10:34:29 +08:00
weishengyu
6f33833967
dbg
2022-01-25 17:40:48 +08:00
weishengyu
e95dcec819
dbg
2022-01-25 17:24:20 +08:00
weishengyu
88e6387b2c
add label_list file
2022-01-25 15:33:44 +08:00
weishengyu
377a7b4b2f
dbg
2021-12-27 20:35:42 +08:00
weishengyu
9a1d35ba3b
add license info
2021-12-27 20:16:56 +08:00
weishengyu
87f508e9f9
dbg
2021-12-27 19:37:00 +08:00
weishengyu
b662ed34ac
dbg
2021-12-24 11:15:27 +08:00
weishengyu
18d99b012b
move gallery layer into extractor
2021-12-24 11:06:42 +08:00
weishengyu
25edd1c0d8
refactor code
2021-12-23 20:51:15 +08:00
weishengyu
d5637367a9
add export method
2021-12-23 20:35:10 +08:00
weishengyu
932e0eace1
dbg
2021-12-23 20:29:05 +08:00
weishengyu
b6a7c53182
add feature extract
2021-12-15 10:39:26 +08:00
weishengyu
c941144568
update gallery2fc
2021-12-14 10:34:40 +08:00
weishengyu
63f7fdbf9c
add logger
2021-12-08 20:02:13 +08:00
weishengyu
823074d894
dbg
2021-12-08 19:56:30 +08:00
weishengyu
d05d9d8d65
update functions
2021-12-08 19:48:59 +08:00
weishengyu
be220a5f09
move file to ppcls
2021-12-08 19:47:43 +08:00
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