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
fixed reset in ps mode train failed
pull/15428/head
chendongsheng
4 years ago
parent
41433b0c00
commit
eefab34b16
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/resnet/scripts/run_parameter_server_train.sh
+ 1
- 1
model_zoo/official/cv/resnet/scripts/run_parameter_server_train.sh
View File
@@ -80,7 +80,7 @@ export RANK_TABLE_FILE=$PATH1
export MS_SCHED_NUM=1
export MS_WORKER_NUM=$RANK_SIZE
export MS_SERVER_NUM=
8
export MS_SERVER_NUM=
1
export MS_SCHED_HOST=127.0.0.1
export MS_SCHED_PORT=8081
Write
Preview
Loading…
Cancel
Save