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!
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
then
and so on -- nn, sgd_optimizer, radam and so on.
Has anyone dealt with this?
Thank you in advance!