Open louismartin opened 3 years ago
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!
I'm trying to train a seq2seq using a pretrained CamemBERT encoder. Stupid question, is there a reason why we can't use
--dropout
with theroberta_enc_dec
architecture? https://github.com/pytorch/fairseq/blob/801a64683164680562c77b688d9ca77fc3e0cea7/fairseq/models/roberta/enc_dec.py#L20 I didn't go check thoroughly, so I might have missed something.Repro
Command:
Error:
@Celebio @gwenzek