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
change wide&deep train batchsize
tags/v0.7.0-beta
lizhenyu
5 years ago
parent
19c800a758
commit
d409de0e3b
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/recommend/wide_and_deep/script/run_multigpu_train.sh
+ 1
- 1
model_zoo/official/recommend/wide_and_deep/script/run_multigpu_train.sh
View File
@@ -25,5 +25,5 @@ mpirun --allow-run-as-root -n $RANK_SIZE \
python -s ${self_path}/../train_and_eval_distribute.py \
--device_target="GPU" \
--data_path=$DATASET \
--batch_size=
8000
\
--batch_size=
16000
\
--epochs=$EPOCH_SIZE > log.txt 2>&1 &
Write
Preview
Loading…
Cancel
Save