Help with torchvision

Hi guys, I just started with PyTorch today and am going through the training tutorial at https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html#sphx-glr-beginner-blitz-cifar10-tutorial-py. In part 1, “Loading and normalizing CIFAR10”, I’m having issues with both of the torchvision function calls. I can’t download the file without putting in proxy info because of my work WiFi, and manually saving the file and changing the ‘./data’ portion of the code to my my home directory seems to not make a difference.

Is there some way to put in proxy information in this function in order to allow me to download through the function call? Or can someone assist with how this directory system works? Thank you very much!