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
!9286
add warmup_steps to maskrcnn config
From:
@gengdongjie
Reviewed-by: @linqingke,@oacjiewen Signed-off-by:
@linqingke
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
e706cb2512
3deed63b56
commit
7aae952ca3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
model_zoo/official/cv/maskrcnn/src/config.py
+ 1
- 1
model_zoo/official/cv/maskrcnn/src/config.py
View File
@@ -121,7 +121,7 @@ config = ed({
"base_lr": 0.02,
"base_step": 58633,
"total_epoch": 13,
"warmup_
mode": "linear"
,
"warmup_
step": 500
,
"warmup_ratio": 1/3.0,
"sgd_momentum": 0.9,
Write
Preview
Loading…
Cancel
Save