Closed nelson-liu closed 7 years ago
@matt-gardner --- theano tests seem to fail on my machine for even MultipleTrueFalseMemoryNetwork
, which is interesting considering TF is fine / this model should already be correct. I'm looking into it, but wanted to let you know just in case you had any idea off the top of your head why this could be the case.
interesting, seems like TF is failing on the CPU as well when trying to fit MultipleTrueFalseMemoryNetwork
after loading.
@matt-gardner this is (finally) ready to be looked at (except maybe for the problem I messaged you on slack about). a more real-world test would be to load an actual weights file from one of the training epochs of BiDAF on SQuAD (still running...) and see if I can get fitting after loading to work on that.
merging this, thanks for looking @matt-gardner
This PR adds some tests to verify that we're able to fit loaded, serialized models on additional data for fine-tuning.
_set_max_lengths_from_model
forTrueFalseModel
TrueFalseModel
_set_max_lengths_from_model
forBiDAF
BiDAF