Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow training in jupyter notebook on Jetson nano #7

Open
gprashmi opened this issue Jul 15, 2019 · 2 comments
Open

Slow training in jupyter notebook on Jetson nano #7

gprashmi opened this issue Jul 15, 2019 · 2 comments

Comments

@gprashmi
Copy link

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?

@jaybdub
Copy link
Contributor

jaybdub commented Jul 23, 2019

Hi gprashmi,

Thanks for reaching out! Could you provide more information?

  1. What model are you attempting train?

  2. What batch size

Anything else that may be helpful in addressing this.

Thanks,
John

@gprashmi
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants