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

training error #2

Open
jeffxsc opened this issue Jul 23, 2017 · 1 comment
Open

training error #2

jeffxsc opened this issue Jul 23, 2017 · 1 comment

Comments

@jeffxsc
Copy link

jeffxsc commented Jul 23, 2017

Hi, thank you so much! It is an awesome project!
I'm encountering this error when I try to train the model,
File "train.py", line 47, in
train()
File "train.py", line 19, in train
speech_loader = SpeechLoader(wav_path, label_file, batch_size, n_mfcc)
File "/Users/jeff/Desktop/Tensorflow/wavenet/utils.py", line 30, in init
self.preprocess(wav_path, label_file, wavs_file, vocab_file, mfcc_tensor, label_tensor)
File "/Users/jeff/Desktop/Tensorflow/wavenet/utils.py", line 89, in preprocess
with open(wavs_file, 'wb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '~/wavenet/cache/mfcc60/wavs.file'
It appears right after loading all the audio files. Do you know what may go wrong? Thanks!

@friendmine
Copy link

just create a mfcc60 folder .

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