css10
css10 copied to clipboard
srt vs bin incompatible data [Error] [Solved]
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.