Results 4 comments of Tianshuai

Hi @kkeleve, may I ask did you do any preprocessing with the data before generating the back translation pairs, like fairseq-generate command, and if so, could you please share the...

I used the method from this issue, it worked for me https://github.com/facebookresearch/fairseq/issues/2120#issuecomment-647429120

> > I used the method from this issue, it worked for me [#2120 (comment)](https://github.com/facebookresearch/fairseq/issues/2120#issuecomment-647429120) > > @tianshuailu Cool, thanks! Are you familiar with microsoft nni ? Can we use...

> @tianshuailu hi tianshuai, do you know how to freeze parameters during finetuning in fairseq? I used both zero_grad and requires_grad to false are not working in fairseq train. Sorry...