-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Description
The README file states that, if you want to train a g2p model, you should run g2p-seq2seq with this syntax:
g2p-seq2seq --train train_dictionary.dic --model_dir model_folder_path
Unfortunately this syntax yields the following error:
File "[...]l/g2p_seq2seq/g2p_problem.py", line 238, in dataset
assert data_dir
AssertionError
Fix
Looking closely at https://github.com/cmusphinx/g2p-seq2seq/blob/master/g2p_seq2seq/g2p_problem.py#L238 it's just a matter of adding the folder, apparently.
In fact, this works:
g2p-seq2seq --train ./train_dictionary.dic --model_dir model_folder_path
My suggestion is to highlight the need of the directory in the README too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels