allenai/bilm-tf

Import Error: No module named bilm.training when I try to incrementally train ELMo

mchari opened this issue · 1 comments

I downloaded bilm-tf-master from https://github.com/allenai/bilm-tf.

When I try to run bin/restart.py, I get an import error.

File "bin/restart.py", line 6, in
from bilm.training import train, load_options_latest_checkpoint, load_vocab
ImportError: No module named bilm.training

My python environment needed to be set up correctly.