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
revert warpup_steps in maskrcnn config that deleted by mistake
tags/v1.1.0
gengdongjie
5 years ago
parent
0e6d06c463
commit
3deed63b56
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