Browse Source

!6530 add bind explain for inceptionV3

Merge pull request !6530 from zhouyaqiang0/master
tags/v1.0.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
e63272c92e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      model_zoo/official/cv/inceptionv3/README.md

+ 2
- 0
model_zoo/official/cv/inceptionv3/README.md View File

@@ -134,6 +134,8 @@ sh run_standalone_train.sh DEVICE_ID DATA_PATH
> Notes: > Notes:
RANK_TABLE_FILE can refer to [Link](https://www.mindspore.cn/tutorial/en/master/advanced_use/distributed_training_ascend.html) , and the device_ip can be got as [Link]https://gitee.com/mindspore/mindspore/tree/master/model_zoo/utils/hccl_tools. RANK_TABLE_FILE can refer to [Link](https://www.mindspore.cn/tutorial/en/master/advanced_use/distributed_training_ascend.html) , and the device_ip can be got as [Link]https://gitee.com/mindspore/mindspore/tree/master/model_zoo/utils/hccl_tools.


> This is processor cores binding operation regarding the `device_num` and total processor numbers. If you are not expect to do it, remove the operations `taskset` in `scripts/run_distribute_train.sh`

- GPU: - GPU:
``` ```
# distribute training example(8p) # distribute training example(8p)


Loading…
Cancel
Save