forked from huawei/mindspore2022
!4458 change wide&deep training batchsize
Merge pull request !4458 from zyli2020/change_wide_and_deep_model_zoo_script
This commit is contained in:
commit
6fd5323356
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Reference in New Issue