Sugeeth
Sugeeth
With reference to the issue here https://github.com/OpenNMT/OpenNMT-py/issues/1856 and the pull request discussion here https://github.com/OpenNMT/OpenNMT-py/pull/1858 . Best checkpoint will now not be removed when early stopping happens.
Hi I am trying to build using the steps [here](https://github.com/vinhkhuc/JFastText#building) But I am getting the following error when I run ```mvn package``` ``` Results : Tests run: 9, Failures: 0,...
Hi, After following instructions given in https://github.com/pytorch/translate#install-translate-from-source I ran https://github.com/pytorch/translate/blob/master/pytorch_translate/examples/train_iwslt14.sh and also succesfully exported the model using https://github.com/pytorch/translate/blob/master/pytorch_translate/examples/export_iwslt14.sh to generate .pb files. But when I try to run `echo "hallo...
Hi, I have trained a model for student and now I want to infer it. The BLEU scores are getting printed every 3 epochs but if I want to run...
Currently the test data is used for validation and loss is computed on it. Made changes to use validation data for the same.
Hi, Firstly thanks for releasing the implementation. I had a couple of issues when trying things out. 1. I tried training the teacher for single language pair `"en-de"` instead of...