Skip to content

AssertionError: assert data_dir #198

Description

@kairosdojo

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions