TOOD
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?
trafficstars
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.
You can move the file of "resnet50-19c8e357.pth" to the path of "~/.cache/torch/hub/checkpoints/".
You can move the file of "resnet50-19c8e357.pth" to the path of "~/.cache/torch/hub/checkpoints/".
Thank you for your answers.