|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
# limitations under the License.
|
|
|
|
|
# ============================================================================
|
|
|
|
|
echo "Please run the script as: "
|
|
|
|
|
echo "sh scripts/run_distribute_train.sh DEVICE_NUM DATASET_PATH MINDSPORE_HCCL_CONFIG_PAHT"
|
|
|
|
|
echo "sh scripts/run_distribute_train.sh DEVICE_NUM DATASET_PATH RANK_TABLE_FILE"
|
|
|
|
|
echo "for example: sh scripts/run_distribute_train.sh 8 /dataset_path /rank_table_8p.json"
|
|
|
|
|
echo "After running the script, the network runs in the background, The log will be generated in logx/output.log"
|
|
|
|
|
|
|
|
|
|