I am hitting with one error,
Traceback (most recent call last):
File “/home/flresearch/yolov5/train.py”, line 34, in
import torch
ModuleNotFoundError: No module named ‘torch’
I am using jetpack 6.0, I would really appreciate if you could tell me which version of torch ( I search online and found that the most suitable for jetpack 6.0 will be pytorchv2.2.0) I need to install and where can i get those instruction?
Thanks for your help in advance.