You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that if you are using mpirun startup with 2 devices, it's necessary to add --bind-to numa to avoid known performance error. For example: mpirun --allow-run-as-root --merge-stderr-to-stdout --output-filename ./output_bind --bind-to numa -n 2 \ python train.py --distribute --model=densenet121 --dataset=imagenet --data_dir=/path/to/imagenet
For more information, please refer to https://www.mindspore.cn/tutorials/experts/en/r2.3.1/parallel/startup_method.html
Here is a summary of common training and inference issues.
The text was updated successfully, but these errors were encountered: