[ O ] Have you updated to latest MFA version?
[ O ] Have you tried rerunning the command with the --clean flag?
Describe the issue
A clear and concise description of what the bug is.
I generate custom dictionary for japanese using pororo.
After generating custom dictionary, i tried to train g2p model, but the training took endless time.
Debugging checklist
[ O ] Have you updated to latest MFA version? [ O ] Have you tried rerunning the command with the
--clean
flag?Describe the issue A clear and concise description of what the bug is.
I generate custom dictionary for japanese using pororo. After generating custom dictionary, i tried to train g2p model, but the training took endless time.
I tried below code.
mfa train_g2p ./mfa/data/dictionary/my_dictionary.txt ./mfa/data/g2p/ja_g2p.zip --clean
It has been 30 minutes since I started training, but there is no change.
For Reproducing your issue Please fill out the following:
Log file Please attach the log file for the run that encountered an error (by default these will be stored in
~/Documents/MFA
). pynini_train_g2p.logDesktop (please complete the following information):
Additional context Add any other context about the problem here.