jetcard
jetcard copied to clipboard
Slow training in jupyter notebook on Jetson nano
I’m running a PyTorch model in jupyter notebook on Jetson nano and it has been very slow. The actual training doesn’t even seem to start and everything just freezes when I run the training cell. Can someone please suggest a solution for this?
Hi gprashmi,
Thanks for reaching out! Could you provide more information?
-
What model are you attempting train?
-
What batch size
Anything else that may be helpful in addressing this.
Thanks, John
I am working on Dog breed classifier using CNN model with 5 convolution layers and max pool layers,3 Linear layers. The number of dog breed classes is 133 and the model batch size is 10, number of epochs is 5. I am facing the same issue when I run the train block for epoch=1