You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you are filtering "_" and "~" symbols.
Also, one of the main advice to improve alignment map convergence is to add special symbols to start and end of every sentence. Usually these symbols are exactly "_" and "~" (ex: _What is your name?~). But you filter out exactly these symbols and do not add them anywhere in the code.
It is interesting, that you've included the "_" symbol here:
Hi @rafaelvalle
In this line:
mellotron/text/__init__.py
Line 102 in d5362cc
you are filtering "
_
" and "~
" symbols.Also, one of the main advice to improve alignment map convergence is to add special symbols to start and end of every sentence. Usually these symbols are exactly "
_
" and "~
" (ex:_What is your name?~
). But you filter out exactly these symbols and do not add them anywhere in the code.It is interesting, that you've included the "
_
" symbol here:mellotron/text/symbols.py
Line 11 in d5362cc
but anyway filter it out next in sentence preprocessing.
So the questions are:
_
" and "~
" symbols?The text was updated successfully, but these errors were encountered: