Closed bear19782002 closed 3 years ago
@bear19782002 what error ?, i will fix it
<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'
@bear19782002 try to !pip install h5py==2.10.0
I already tried but got the same error. This error occurs in parts (a) and (b).
I already tried but got the same error. This error occurs in parts (a) and (b).
can you capture the bug ?
@bear19782002 fixed now, i just updated a colab notebook.
Confirmed that it has been modified. it works fine.
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.