TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.84k stars 815 forks source link

When I run 'Korean TTS' in colab, I get an error. #594

Closed bear19782002 closed 3 years ago

bear19782002 commented 3 years ago

Korean Colab: https://colab.research.google.com/drive/1ybWwOS5tipgPFttNulp77P6DAB5MtiuN?usp=sharing When I run 'E2E-TensorflowTTS-KSS'(Link above), I get an error. This error has occurred since TensorFlowTTS was recently fixed.

dathudeptrai commented 3 years ago

@bear19782002 what error ?, i will fix it

bear19782002 commented 3 years ago

<This is an error for 'Korean Colab'> [error1] As you can see if you run the code in the link, the first error is that 'german transliterate' does not exist. This can be solved by adding the following code like 'E2E-TensorflowTTS Demo' !pip install git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate

[error2] I get an error in the Load Model part AttributeError: 'str' object has no attribute 'decode'

dathudeptrai commented 3 years ago

@bear19782002 try to !pip install h5py==2.10.0

bear19782002 commented 3 years ago

I already tried but got the same error. This error occurs in parts (a) and (b).

dathudeptrai commented 3 years ago

I already tried but got the same error. This error occurs in parts (a) and (b).

can you capture the bug ?

dathudeptrai commented 3 years ago

@bear19782002 fixed now, i just updated a colab notebook.

bear19782002 commented 3 years ago

Confirmed that it has been modified. it works fine.