lucidrains / reformer-pytorch

Reformer, the efficient Transformer, in Pytorch
MIT License
2.1k stars 254 forks source link

About sequence length #145

Open czydfj opened 3 years ago

czydfj commented 3 years ago

In Reformer, do all sentences of different lengths have to be processed to the length of 8192, and then processed through the mask?