css10 icon indicating copy to clipboard operation
css10 copied to clipboard

srt vs bin incompatible data [Error] [Solved]

Open Martin-Laclaustra opened this issue 7 years ago • 0 comments

An error appeared when training, in line:

https://github.com/Kyubyong/css10/blob/de56b92a28377bad3f16c618d1a895f8e1e9679f/tacotron/data_load.py#L98

I solved it by modifying the previous line:

https://github.com/Kyubyong/css10/blob/de56b92a28377bad3f16c618d1a895f8e1e9679f/tacotron/data_load.py#L97

to:

fname = os.path.basename(fpath).decode('utf-8')

I notify you just in case this modification is necessary for better compatibility with up-to-date python versions.

Martin-Laclaustra avatar Oct 28 '18 17:10 Martin-Laclaustra