Home > Back-end >  What is default download path for Pytorch models on MacOS?
What is default download path for Pytorch models on MacOS?

Time:09-30

What is default download path for Pytorch models (from torchvision) on MacOS?

I can't see anything in home dir ls -la ~/ | grep torch.

CodePudding user response:

You should have the path it displayed when you first download the pre-trained weights for that model, something like this:

enter image description here

  • Related