VoxForge
Hello!
While running "trainAM.jl" I keep getting an "invalid escape sequence" error originating from line 22-26 of "trainAM.jl". After moving all the dependent files of trainAM.jl to the 'howto" directory I encountered the same errors originating from the inside of the dependent files such as "prompts2wlist.jl" line 23:
write(mlf,"\#\!MLF\!\#\n")
I'm trying to understand the Julia code but I'm having a really hard time trying to troubleshoot this myself. Could you please help me? Thank you :)
>"invalid escape sequence" error originating from line 22-26 of "trainAM.jl".
I've updates the Julia scripts to use most current version of Julia (v1.0)
updates are on github