Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 13] Permission denied: '/data' #112

Open
syedKhutub opened this issue May 8, 2019 · 1 comment
Open

OSError: [Errno 13] Permission denied: '/data' #112

syedKhutub opened this issue May 8, 2019 · 1 comment

Comments

@syedKhutub
Copy link

syedKhutub commented May 8, 2019

(venv) vyshnavi@vyshnavi-Inspiron-3558:~/Desktop/deep-voice-conversion-master$ python train1.py firsttrain
/home/vyshnavi/Desktop/deep-voice-conversion-master/hparam.py:11: YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
for doc in docs:
Traceback (most recent call last):
File "train1.py", line 78, in
train(args, logdir=logdir_train1)
File "train1.py", line 32, in train
logger.set_logger_dir(logdir)
File "/home/vyshnavi/venv/local/lib/python2.7/site-packages/tensorpack/utils/logger.py", line 149, in set_logger_dir
mkdir_p(dirname)
File "/home/vyshnavi/venv/local/lib/python2.7/site-packages/tensorpack/utils/fs.py", line 29, in mkdir_p
raise e
OSError: [Errno 13] Permission denied: '/data'
I am not able to understand what the issue is over here

@LeoniusChen
Copy link

(venv) vyshnavi@vyshnavi-Inspiron-3558:~/Desktop/deep-voice-conversion-master$ python train1.py firsttrain
/home/vyshnavi/Desktop/deep-voice-conversion-master/hparam.py:11: YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
for doc in docs:
Traceback (most recent call last):
File "train1.py", line 78, in
train(args, logdir=logdir_train1)
File "train1.py", line 32, in train
logger.set_logger_dir(logdir)
File "/home/vyshnavi/venv/local/lib/python2.7/site-packages/tensorpack/utils/logger.py", line 149, in set_logger_dir
mkdir_p(dirname)
File "/home/vyshnavi/venv/local/lib/python2.7/site-packages/tensorpack/utils/fs.py", line 29, in mkdir_p
raise e
OSError: [Errno 13] Permission denied: '/data'
I am not able to understand what the issue is over here
In default.yaml, you are not setting the right path.You should change the path containing your data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants