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
I train the mnist and cifar10 successfully with a single GPU using the chainerkfac. But when I use the chainerkfac to train mnist and cifar10 with multiple GPUs, I met this problem.
mpirun noticed that process rank 0 with PID 0 on node NODE56 exited on signal 11 (Segmentation fault).
The command I used as follow:
mpirun -np 4 python train.py --distributed
The text was updated successfully, but these errors were encountered:
Yes, I train mnist sucessfully using 2 GPUs without K-FAC. But when I try to train MNIST, cifar10 and imagenet with chainerkfac, I still met this problem. mpirun noticed that process rank 0 with PID 0 on node NODE56 exited on signal 11 (Segmentation fault).
Hello,
I train the mnist and cifar10 successfully with a single GPU using the chainerkfac. But when I use the chainerkfac to train mnist and cifar10 with multiple GPUs, I met this problem.
mpirun noticed that process rank 0 with PID 0 on node NODE56 exited on signal 11 (Segmentation fault).
The command I used as follow:
mpirun -np 4 python train.py --distributed
The text was updated successfully, but these errors were encountered: