TOOD icon indicating copy to clipboard operation
TOOD copied to clipboard

If I want to load the resnet50-19c8e357.pth from my local path instead of downloading from the terminal,how can I change the code?

Open WuYifei0305 opened this issue 3 years ago • 2 comments
trafficstars

image image I failed to download resnet50-19c8e357.pth in terminal,so I downloaded it and saved it to the local path.But I don't know what to do next.

WuYifei0305 avatar Dec 01 '21 14:12 WuYifei0305

You can move the file of "resnet50-19c8e357.pth" to the path of "~/.cache/torch/hub/checkpoints/".

fcjian avatar Dec 02 '21 02:12 fcjian

You can move the file of "resnet50-19c8e357.pth" to the path of "~/.cache/torch/hub/checkpoints/".

Thank you for your answers.

WuYifei0305 avatar Dec 02 '21 04:12 WuYifei0305