This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!10724
fix mobilenetv2_quant st fps
From:
@xiaoyisd
Reviewed-by: @kisnwang,@zhoufeng54 Signed-off-by:
@zhoufeng54
tags/v1.2.0-rc1
mindspore-ci-bot
Gitee
5 years ago
parent
6b4abe8514
8cf438d711
commit
e98503606f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py
+ 1
- 1
tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py
View File
@@ -111,7 +111,7 @@ def test_mobilenetv2_quant():
dataset_sink_mode=False)
print("============== End Training ==============")
export_time_used =
70
0
export_time_used =
65
0
train_time = monitor.step_mseconds
print('train_time_used:{}'.format(train_time))
assert train_time < export_time_used
Write
Preview
Loading…
Cancel
Save