Bluebox 2.0 permission error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Bluebox 2.0 permission error

1,580件の閲覧回数
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 返答(返信)