You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple bugs have been reported previously in the Jupyter Notebook app, most prominently the jovyan artifact when python library tries to download and cache datasets.
Steps to reproduce:
Launch Jupyter Notebook from ondemand (tested on allspark version)
Write the following line of code:
from torchvision import models
models.vgg16(pretrained=True)
Multiple bugs have been reported previously in the Jupyter Notebook app, most prominently the
jovyan
artifact when python library tries to download and cache datasets.Steps to reproduce:
allspark
version)Output:
PermissionError: [Errno 13] Permission denied: '/home/jovyan/.cache/torch'
The text was updated successfully, but these errors were encountered: