I install pytorch v1.3.0 and torchvision v0.4.0 from https://devtalk.nvidia.com/default/topic/1049071/jetson-nano/pytorch-for-jetson-nano-version-1-2-0-now-available/.
The verification in above link work well.
And i run the code https://github.com/pytorch/examples/tree/master/mnist.
MNIST dataset and simple network code.
But, when the code is run, after first epoch or second epoch, the board is shutdown without error.
what’s the problem?