How to install it on Jetson Nano? #604
Unanswered
shrinand1996
asked this question in
Q&A
Replies: 1 comment
-
@shrinand1996 What's the cuda version when you run import torch
print(torch.cuda.is_available()) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to install it on a jetson nano but I am unable to do so. The installation works fine in a conda environment with some changes but the GPU is not utilized. I figured this was due to the python 3.8 requirement for pytorch.
I can install pytorch 1.9 on python 3.6. Jetson does not support python3.8.
How can i use this library on the jetson?
To use the model and test it out, I need to deploy it first on an edge device.
Beta Was this translation helpful? Give feedback.
All reactions