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
!10670
fix maskrcnn 16p performance bug
From:
@gengdongjie
Reviewed-by: @oacjiewen,@linqingke Signed-off-by:
@linqingke
tags/v1.2.0-rc1
mindspore-ci-bot
Gitee
5 years ago
parent
f45cbaec0c
454576954c
commit
266fd1a52c
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/scripts/run_distribute_train.sh
+ 1
- 1
model_zoo/official/cv/maskrcnn/scripts/run_distribute_train.sh
View File
@@ -54,7 +54,7 @@ export RANK_TABLE_FILE=$PATH1
echo 3 > /proc/sys/vm/drop_caches
cpus=`cat /proc/cpuinfo| grep "processor"| wc -l`
avg=`expr $cpus \/ $
RANK_SIZE
`
avg=`expr $cpus \/ $
DEVICE_NUM
`
gap=`expr $avg \- 1`
for((i=0; i<${DEVICE_NUM}; i++))
Write
Preview
Loading…
Cancel
Save