Status tracker
2-21-2020:
Finished a bunch of updates to the outer loop of maml to make it better reflect the daml implementation. However, allennlp is telling me
from src.data import *
File "./src/data/__init__.py", line 1, in <module>
from src.data.tokenizers.word_splitter_additions import \
File "./src/data/tokenizers/__init__.py", line 5, in <module>
from src.data.tokenizers.word_splitter_additions import \
File "./src/data/tokenizers/word_splitter_additions.py", line 11, in <module>
from allennlp.data.tokenizers.word_splitter import _remove_spaces, WordSplitter
ModuleNotFoundError: No module named 'allennlp.data.tokenizers.word_splitter'
whenn I try to run it in /home/kenneth/Projects/nadapt_12_11/neural-adapt-dev
.
Was there a different location I wanted to use?
There's a different branch metalearn
that needs to be checked out.
2-25-2020:
Every time the maml learner goes through the validation part, the qwk drops to 0. Sometimes it recovers during the epoch but sometimes it does not.
No Comments