You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run into problems with the above steps, setting force_reload=True may help by discarding the existing cache and force a fresh download of the latest YOLOv5 version from PyTorch Hub.
model=torch.hub.load('ultralytics/yolov5', 'yolov5s', pretrained=True, force_reload=True) # force reload
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@Glenn but when I use "torch.hub.load" to load my own model weights, it raises an error "RuntimeError: Cannot find callable custom in hubconf"
The text was updated successfully, but these errors were encountered: