Bluebox 2.0 permission error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Bluebox 2.0 permission error

1,595 次查看
pas6
Contributor I

I want the  rtm.py code to randomly select 4 classes from cifar10 dataset and then use cnn from mish.py to predict their correct class. When I try to run rtm.py code on bluebox 2.0 via rtmaps, I get the following error. 

 

Warning: component python_v2_1: ['Traceback (most recent call last):\n', ' File "/home/bluebox/bluebox_p/rtm.py", line 40, in Core\n trainset = torchvision.datasets.CIFAR10(root=\'\\home\\bluebox\\bluebox_p\\data\', train=True, download=True, transform=transform)\n', ' File "/usr/local/lib/python3.5/dist-packages/torchvision/datasets/cifar.py", line 58, in __init__\n self.download()\n', ' File "/usr/local/lib/python3.5/dist-packages/torchvision/datasets/cifar.py", line 151, in download\n download_url(self.url, root, self.filename, self.tgz_md5)\n', ' File "/usr/local/lib/python3.5/dist-packages/torchvision/datasets/utils.py", line 28, in download_url\n os.makedirs(root)\n', ' File "/usr/lib/python3.5/os.py", line 241, in makedirs\n mkdir(name, mode)\n', "PermissionError: [Errno 13] Permission denied: '\\\\home\\x08luebox\\x08luebox_p\\\\data'\n"]

 

 

0 项奖励
回复
0 回复数