Closed daniel-j-h closed 5 years ago
@sandhawalia looks like one of the onnx pb files are broken:
and the filenames do not match the syntax for torch hub:
https://github.com/pytorch/pytorch/blob/v1.2.0/torch/hub.py#L53-L54
Tasks
.._ig65m_0aa0550b.pth
_ig65m-0aa0550b.pth
-
That model already exists right under the broken file. This file needs to be deleted
I’ll have a look at the delimiter issue
Broken file deleted; file names updated. All done here!
@sandhawalia looks like one of the onnx pb files are broken:
and the filenames do not match the syntax for torch hub:
https://github.com/pytorch/pytorch/blob/v1.2.0/torch/hub.py#L53-L54
Tasks
.._ig65m_0aa0550b.pth
to_ig65m-0aa0550b.pth
(last delimiter has to be-
)