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’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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: