Ryuichi Yamamoto
Ryuichi Yamamoto
I think I've hit the same issue. Workaround for me: ``` MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install ``` The problem is that recent Xcode CLI tools don't ship libstdc++, while...
This is very WIP so may change in future, but for now I use the following command: ``` python generate_aligned_predictions.py \ ./checkpoints_deepvoice3_wavenet/checkpoint_step000770000.pth \ ~/Dropbox/sp/wavenet_vocoder/data/ljspeech/ --preset=presets/deepvoice3_ljspeech_wavenet.json \ ~/Dropbox/sp/wavenet_vocoder/data/ljspeech_deepvoice3 ``` You need...
Okay, still quite alpha, but seems started to work. [DeepVoice3_wavenet_quite_alpha_770k_for_deepvoice3_6k_for_wavenet.zip](https://github.com/r9y9/deepvoice3_pytorch/files/1777694/DeepVoice3_wavenet_quite_alpha_770k_for_deepvoice3_6k_for_wavenet.zip) EDIT: Trained WaveNet for 60k steps, starting from pre-trained model https://github.com/r9y9/wavenet_vocoder/issues/19#issuecomment-366506397
@nsmetanin Yes, I'm happy if you could help. I also haven't got as good results as Google demos. Currently I'm getting very coarse mel-spectrogram predictions with DeepVoice3 but I think...
Well, if you have pytorch installed (=>1.0.0), it should skip installation... Not sure what was happening. Please manually remove: https://github.com/r9y9/deepvoice3_pytorch/blob/897f31e57eb6ec2f0cafa8dc62968e60f6a96407/setup.py#L82 for now.
This should be pretty easy to implement.
Sorry for the super late reply, but I can finally confirm the problem. I'm not sure if I have time to fix this right now, but I'm happy to accept...
@vikrantsharma7 I'm sorry but I don't have time to work on that recently. Meanwhile, you might want to have a look at https://github.com/espnet/espnet, which provides Tacotron 2 and Transformer-based TTS....
I prefer the minimum requirements. I think `cmudict` is good enough for defaults. How about adding the following snipet in the README? https://github.com/r9y9/deepvoice3_pytorch/blob/7c2b5f29be5f042b1878de96127ef0d6f7a0210f/.travis.yml#L30
oops, sorry I meant the one that you pointed out, but it didn't work to me. Updated issue description. I haven't tried the latest Cxx.jl since I wasn't able to...