Zeit42

Results 3 comments of Zeit42

> In your first example, you are using applications permissions. You cannot use /me since there is not context of /me. Try using the username of the user you want...

I tried the following: > cd ~ > mkdir torchvision_install && cd torchvision_install > git clone https://github.com/pytorch/vision > cd vision > sudo apt-get install libjpeg-dev zlib1g-dev > sudo python setup.py...