Pytorch CUDA compatibity foor aarch64 architecture #2142
Replies: 3 comments 3 replies
-
There are few way you can try:
|
Beta Was this translation helpful? Give feedback.
-
Hi, And is this enough for facial recognition to work with CUDA on Jetson ? Thanks, |
Beta Was this translation helpful? Give feedback.
-
You should be able to convert PyTorch model to onnx by following the Blog. I didn't try onnx on Jetson. But it should work based on the document. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have discover and test your library for a robotic project with face recognition. I used the face recognition example (https://docs.djl.ai/master/examples/docs/face_recognition.html) on x86_64 linux Ubuntu 22.04 with CPU (not GPU) : execution times are very correct for me : ~150ms per prediction.
Now, I want to test this project on a Jetson NANO for my robotic project (aarch64 system with CUDA GPU). But I saw this architecture is not supported for DJL / Pytorch (https://djl.ai/docs/development/dependency_management.html).
Do you know if it will be supported in the near future ?
Thanks.
Nicolas
Beta Was this translation helpful? Give feedback.
All reactions