Hi, First thanks for responding.
What am I supposed to put on the model=Net() line? is the path to the model folder, I put the path and got this error message.raise RuntimeError("{} is a zip archive (did you mean to use torch.load()?)".format(f.name)) RuntimeError: /home/sergio/Documents/jetson-inference/python/training/detection/ssd/models/cars/mb1-ssd-Epoch-49-Loss-0.7622953280806541.pth is a zip archive (did you mean to use torch.load()?)
And sorry for not realizing much of this, I’m still entering the pytorch now.