Closed speedcell4 closed 3 years ago
You can try running "fairseq-train --help" to see the provided options. In some versions, the option "stop-min-lr" is replaced with "min-lr"
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Hi @MultiPath. Thank you for providing these training scripts. But I found I can not reproduce the BELU scores.
What I have tried
Prepare dataset
I downloaded the distillation dataset, and preprocess it with
Train the NAT-CRF model
I tried the following command from this page first,
But got an error about "there is no option
--stop-min-lr
", so I removed it.Evaluation
But the BELU scores are very low,
Could you please tell me which step goes wrong? Thank you~