Janghyun1230 / Speaker_Verification

Tensorflow implementation of "Generalized End-to-End Loss for Speaker Verification"
MIT License
354 stars 102 forks source link

I`m facing permmissionerror when training the model #27

Closed karma08021206 closed 4 years ago

karma08021206 commented 4 years ago

here is the error description

Traceback (most recent call last): File "main.py", line 14, in train(config.model_path) File "D:\graduating\Speaker_Verification-master\model.py", line 66, in train feed_dict={batch: random_batch(), lr: config.lr*lr_factor}) File "D:\graduating\Speaker_Verification-master\utils.py", line 76, in random_batch utters = np.load(os.path.join(path, file)) # load utterance spectrogram of selected speaker File "D:\anaconda\envs\tensorflow\lib\site-packages\numpy\lib\npyio.py", line 428, in load fid = open(os_fspath(file), "rb") PermissionError: [Errno 13] Permission denied: './train_tisv\p277'

i google for that but got no solution could anyone provide a solution or someone faced the same error and have solved?