17 Commits

Author SHA1 Message Date
gaotingquan
83ed5195c3
fix: set use_fp16_test to True when AMP O2 is enabled 2022-04-18 06:14:43 +00:00
gaotingquan
b761325faa fix: fp32 eval by default when enable amp
If you want to eval by fp16 when enable amp, please set Amp.use_fp16_test=True, False by default.
2022-04-02 19:22:10 +08:00
dongshuilong
a944603da0 fix log twice bug 2022-03-30 08:31:35 +00:00
huangqipeng
b62b98d79f feat: support mlu device and amp of mlu 2022-03-14 15:48:26 +08:00
dongshuilong
33e8e8348d add static graph ResNet50 for benchmark 2022-02-21 08:37:02 +00:00
gaotingquan
7040ce8314 refactor: change params to be consistent with amp 2022-01-25 11:58:07 +08:00
Wei Shengyu
0f35f706b6
Fix static training speed (#1590)
* fix training speed

* update config setting method
2021-12-23 11:13:51 +08:00
weishengyu
6c5d1ebc28 add pruner and quanter for theseus 2021-12-09 14:51:40 +08:00
gaotingquan
ed459a2a16 refactor: adapt to static graph in deprecating MixCELoss 2021-10-27 19:47:43 +08:00
ronnywang
a0eb34a642
Add npu supporting (#1324) 2021-10-22 11:02:29 +08:00
littletomatodonkey
6f2a096be3
fix ips info (#1306) 2021-10-19 16:20:35 +08:00
gaotingquan
8a5624f835 fix: fix config 2021-10-12 09:05:03 +00:00
littletomatodonkey
85e2407e46
fix mix training for static program (#1234) 2021-09-15 14:36:11 +08:00
Yiqun Liu
00455839f9
Add the profiler back for static training. (#1094) 2021-07-29 10:18:45 +08:00
littletomatodonkey
a9f35981e9
fix fp16 config for dyg (#1052) 2021-07-16 18:08:16 +08:00
littletomatodonkey
f7ab1c2dca
Update run_dali.sh 2021-07-15 11:19:38 +08:00
littletomatodonkey
9d9cd3719e
add static training (#1037)
* add static training

* fix typo

* add se fp16

* rm note

* fix loader

* fix cfg
2021-07-15 10:30:07 +08:00