Hello @Myzhar
I believe the issue is related to the iwlwifi firmware. If you could provide the firmware data, I will reinstall it and check the Wi-Fi connection.
Error code is Failed to run INIT ucode: -5.
Hi @Hamin242
concerning WiFi, you can follow this new guide to recover it:
Concerning the performance issue, you probably installed PyTorch without CUDA support. You can verify it with:
import torch
print(torch.cuda.is_available())
To install PyTorch with CUDA:
https://pytorch.org/TensorRT/getting_started/jetpack.html
Hi @Myzhar
The Wi-Fi issue has been resolved!
Currently, “torch.cuda.is_available()” running “false” is being printed, but does CUDA still run on ZEDBox even if it shows “false”?
Also, the link you provided shows different CUDA and JetPack versions(ZED: 6.0, html: 6.1). Can I proceed with the installation using that process?
CUDA is correctly installed. It’s the version of PyTorch that is installed that does not support CUDA.
Yes, you can follow it