Skip to content

train.py imports arg_parser but the module is not in the repository #2

Description

@piscisi

train.py line 6 is from arg_parser import *, but there is no arg_parser.py in the repository. Running the documented training command therefore fails at import:

Traceback (most recent call last):
  File "train.py", line 6, in <module>
    from arg_parser import *
ModuleNotFoundError: No module named 'arg_parser'

It looks like arg_parser.py was omitted from the upload, and without it the training workflow cannot be run as shipped.

Would you be able to add arg_parser.py to the repository when you get a chance? Thanks very much for sharing the code.

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