-
Notifications
You must be signed in to change notification settings - Fork 436
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
Bus error: 10 at training #117
Comments
Hello,kouohhashi. |
+1 |
Seemingly solved when I use a
|
hmm. @dwanderton thanks for the comment but with tensorflow==1.3 I still get the same error message:
and my pip looks like this (under conda env)
|
你们现在有解决这个问题吗 |
Commenting out a few lines seems to have done the trick. In the file
With the following:
|
Hi,
My question could be stupid but I could not run
python train.py
on my macHere's logs on terminal.
When I use
prepro = False
,When I use
prepro = True
,python prepro.py
seems to be completed without errors.Versions:
MacOS High Sierra: 10.13.6
Python: 3.6.6
Tensorflow: 1.4.0
numpy: 1.15.1
librosa: 0.6.2
tqdm: 4.25.0
matplotlib : 2.2.3
scipy: 1.1.0
I downloaded LJSpeech-1.1 and modified transcript.csv on data_load.py to metadata.csv because LJSpeech-1.1 don't have transcript.csv.
I used Anaconda to install python and pip for other libraries.
I want to feel how text to speech model works locally.
Thanks in advance.
The text was updated successfully, but these errors were encountered: