cuicheng01
|
a14fcd0fb3
|
update export_model.py
|
2022-06-13 10:38:29 +00:00 |
littletomatodonkey
|
794af8c06f
|
add kd doc (#1997)
* add kd doc
* fix
* add ssld doc
* fix ssld
* fix ssld
* Update knowledge_distillation.md
* fix doc
* fix dist export
* fix
* add dist doc
* fix speed info
* Update ssld.md
* Update ssld.md
|
2022-06-09 14:52:50 +08:00 |
littletomatodonkey
|
def286bac8
|
add support for no dist (#1989)
|
2022-06-07 17:25:22 +08:00 |
cuicheng01
|
8b639e939f
|
update code and docs
|
2022-05-23 01:11:03 +00:00 |
weisy11
|
279a2e0356
|
add search_times
|
2022-05-17 11:29:26 +08:00 |
weisy11
|
047ec1ae49
|
use list instead of dict
|
2022-05-16 14:29:52 +08:00 |
weishengyu
|
93e9970ede
|
dbg
|
2022-05-15 17:25:56 +00:00 |
weishengyu
|
4b014a1b19
|
dbg
|
2022-05-14 19:28:58 +00:00 |
weisy11
|
45f2d010b6
|
add python search tools
|
2022-05-14 21:37:31 +08:00 |
cuicheng01
|
96d659c71a
|
add run.sh
|
2022-05-14 12:18:59 +00:00 |
Tingquan Gao
|
ce166b6ced
|
docs: fix invalid links
|
2022-01-17 21:14:38 +08:00 |
dongshuilong
|
272bc9481d
|
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleClas into benchmark
|
2021-10-13 09:26:28 +00:00 |
cuicheng01
|
af9aae730e
|
add multilabel feature
|
2021-09-26 07:05:13 +00:00 |
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 |
cuicheng01
|
4b10174a41
|
Update export_model.py
|
2021-06-29 22:39:06 +08:00 |
cuicheng01
|
01f1314fbd
|
fix googlenet infer
|
2021-06-29 14:35:26 +00:00 |
littletomatodonkey
|
dca0f73820
|
rm unused dir (#951)
* rm unused dir
* fix wx group
|
2021-06-22 21:34:05 +08:00 |
Wei Shengyu
|
80bbf62a46
|
merge develop (#859)
merge develop into reg
|
2021-06-16 18:43:08 +08:00 |
littletomatodonkey
|
b3108afa19
|
fix log with export model
|
2021-06-15 09:27:54 +00:00 |
littletomatodonkey
|
2e6dfa4433
|
fix logger (#840)
* fix logger
* fix trainer for int64 on windows
|
2021-06-15 14:11:50 +08:00 |
littletomatodonkey
|
35437e2236
|
fix distillation model infer and export model
|
2021-06-13 05:01:56 +00:00 |
littletomatodonkey
|
061d07cd91
|
refine tool dir (#827)
* refine tool dir
|
2021-06-11 12:17:56 +08:00 |
weishengyu
|
07089dcfe7
|
move identity_head to gears
|
2021-06-07 14:22:53 +08:00 |
weishengyu
|
e8959c31d5
|
add default value for label
|
2021-06-07 09:43:47 +08:00 |
weishengyu
|
03d32d61e0
|
dbg
|
2021-06-06 18:52:12 +08:00 |
weishengyu
|
a22b8f6b04
|
remove neck when useless
|
2021-06-06 18:20:26 +08:00 |
weishengyu
|
16718f08c6
|
Merge branch 'develop_reg' of https://github.com/weisy11/PaddleClas into develop_reg
|
2021-06-05 18:05:25 +08:00 |
weishengyu
|
99298c8a15
|
change default config
|
2021-06-05 18:05:08 +08:00 |
Wei Shengyu
|
399ac69f30
|
Merge branch 'PaddlePaddle:develop_reg' into develop_reg
|
2021-06-05 18:01:07 +08:00 |
weishengyu
|
a445ff1f28
|
update export model
|
2021-06-05 17:36:24 +08:00 |
Walter
|
2f1bd9ab39
|
Merge pull request #790 from weisy11/develop_reg
modify trainer
|
2021-06-05 17:02:50 +08:00 |
weishengyu
|
ed098b3c7d
|
modify trainer
|
2021-06-04 21:11:01 +08:00 |
littletomatodonkey
|
c356974e14
|
add inference and its yaml
|
2021-06-04 09:28:37 +00:00 |
dongshuilong
|
10c0fc4b73
|
fix ReID trainer bugs
|
2021-06-03 19:28:32 +08:00 |
cuicheng01
|
d13cb22378
|
Add legendary_model's congigs and fix some trainer's bug
|
2021-06-01 17:24:21 +00:00 |
littletomatodonkey
|
0a0e34298b
|
add support for infer and export (#760)
* add support for infer
* add export model support
* fix yaml
* fix post process name
* fix topk name
|
2021-06-01 14:37:47 +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 |
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
|
5170153ee3
|
merge with upstream/develop
|
2021-05-08 11:16:41 +00:00 |
liuyuhui
|
a9bce0409d
|
fix tools/train.py
|
2021-05-08 08:42:30 +00:00 |
liuyuhui
|
55fa094e60
|
fix one card eval in multicards training
|
2021-05-08 05:29:12 +00:00 |
littletomatodonkey
|
e165897c37
|
fix drop last for training process (#713)
|
2021-05-06 14:21:54 +08:00 |
littletomatodonkey
|
9c0f049603
|
fix export model eval (#710)
* adapt to net.eval for the framework just contains training flag setting
* fix bug when export swin transformer
|
2021-05-06 13:55:11 +08:00 |
Tingquan Gao
|
dd70cb1bb0
|
Fix HubServing demo (#708)
|
2021-04-30 16:10:17 +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
|
f17343b017
|
add support for eval using inference engine (#696)
|
2021-04-26 15:18:04 +08:00 |
gaotingquan
|
64fad361ab
|
Fix the exception of DALI
|
2021-04-16 10:55:31 +08:00 |