Skip to content

Can't start it -- multiple import errors #9

Description

@kirdin

Hi,

thank you for your tool.
I'm trying to train model, but I didn't manage to do it -- with both default and non-default configs.
I'm using python 3.6 and the latest commit into master branch.

First I get

    from configurable import Configurable
ModuleNotFoundError: No module named 'configurable'

then

    from index_vocab import IndexVocab, DepVocab, HeadVocab
ModuleNotFoundError: No module named 'index_vocab'

and so on -- nn, sgd_optimizer, radam and so on.

Has anyone dealt with this?

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions