multilingual-kd-pytorch icon indicating copy to clipboard operation
multilingual-kd-pytorch copied to clipboard

ICLR2019, Multilingual Neural Machine Translation with Knowledge Distillation

Results 5 multilingual-kd-pytorch issues
Sort by recently updated
recently updated
newest added

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...

As title, whenever I tried to do interactive.py, for student model or teach model, it will be like this ``` File "/ldap_home/khanhlinh.nguyen/notebooks/MNMT/multilingual-kd-pytorch/fairseq/tasks/fairseq_task.py", line 56, in dataset raise KeyError('Dataset not loaded:...

Firstly thanks for releasing the implementation. I'm trying to reproduce your paper's result, I have some questions about the data set you used in your paper. About the IWSLT data...

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...