fairseq icon indicating copy to clipboard operation
fairseq copied to clipboard

fix variable naming bug

Open orena1 opened this issue 2 years ago • 1 comments

The function _get_mask_indices_dims used the wrong variable when checking if a length was already cached. This will increase performance

orena1 avatar Apr 16 '23 19:04 orena1

Just noticed that it is the same as this one - https://github.com/facebookresearch/fairseq/pull/5018#issue-1618732029 not sure why it was closed

orena1 avatar Apr 16 '23 19:04 orena1