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
Hi @rchevalier-brainchip
Thanks for bringing this to our attention. This issue is caused due to a folder renaming in the repo. #647 is pending review right now and once merged will fix the above 404 issue.
Discussed in #645
Originally posted by rchevalier-brainchip December 26, 2023
Hi,
Currently, with onnx 1.15.0, using
hub.load('resnet50')
fails withHTTP Error 404
.Hub tries to get the model from https://media.githubusercontent.com/media/onnx/models/main/archive/vision/classification/resnet/model/resnet50-v1-7.onnx as per the manifest info.
On the contrary:
hub.load("resnet50", repo="onnx/models:5faef4c33eba0395177850e1e31c4a6a9e634c82")
works fine (i.e. using the commit pre-revamp) and fetches the model from https://media.githubusercontent.com/media/onnx/models/5faef4c33eba0395177850e1e31c4a6a9e634c82/vision/classification/resnet/model/resnet50-v1-7.onnxWhat is the correct way to go?
Thanks!
RC
The text was updated successfully, but these errors were encountered: