From f467ccc79e685986613ab79f33e1dd69cb1dd07f Mon Sep 17 00:00:00 2001 From: zhouyaqiang Date: Sat, 19 Sep 2020 10:16:39 +0800 Subject: [PATCH] add bind explain in readme --- model_zoo/official/cv/inceptionv3/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model_zoo/official/cv/inceptionv3/README.md b/model_zoo/official/cv/inceptionv3/README.md index aa07fc9d1e..c2aee9e44c 100644 --- a/model_zoo/official/cv/inceptionv3/README.md +++ b/model_zoo/official/cv/inceptionv3/README.md @@ -134,6 +134,8 @@ sh run_standalone_train.sh DEVICE_ID DATA_PATH > 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. +> 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: ``` # distribute training example(8p)