lucidrains / reformer-pytorch

Reformer, the efficient Transformer, in Pytorch
MIT License
2.13k stars 256 forks source link

handle the overlap problem in hash vector without rehash #121

Closed wangyu1997 closed 4 years ago

wangyu1997 commented 4 years ago

The origin code didn't handle the overlap problem when hash only one time.