transformer-xl icon indicating copy to clipboard operation
transformer-xl copied to clipboard

feat: replace einsum with matmul for efficiency

Open yoyolicoris opened this issue 3 years ago • 0 comments

Hi @kimiyoung,

I recently started to use transformer-xl on my personal project (mostly based on this repo), and I found the speed can be improved about 3 to 4 times by replacing all the torch.einsum with torch.matmul (equals to @). Feel free to review it if you have time.

yoyolicoris avatar Dec 11 '21 05:12 yoyolicoris