nnsum
nnsum copied to clipboard
fixing issues
https://github.com/kedz/nnsum/issues/7 I encountered the same issue as @tlifcen reported. I added an event callback COMPLETED to save the model when training completes in order to run the evaluation. it seems that the ModelCheckpoint does not save model.cuda so embeddings are not available.
https://github.com/kedz/nnsum/issues/4 I also encountered the same problem here, so i just added the fix to this pull request.