I would like to restore from the checkpoint but it shows this runtime error:
"train_pm.py" line 194
trainer.train_minibatch(data)
"cntk_py.py", line 2862
return _cntk_py.Trainer_restore_from_chekpoint(self, filePath)
RuntimeError: Required key 'version' is not found in the dictionary
Did you generate the checkpoint in a different release than restore? Checkpoints are considered ephemeral, and not backward compatible between versions.
I would like to restore from the checkpoint but it shows this runtime error: "train_pm.py" line 194 trainer.train_minibatch(data) "cntk_py.py", line 2862 return _cntk_py.Trainer_restore_from_chekpoint(self, filePath) RuntimeError: Required key 'version' is not found in the dictionary
I was running nikosk/bidaf branch