Skip to content

Releases: lucidrains/performer-pytorch

0.12.9

11 Dec 03:49
Compare
Choose a tag to compare
fix bug with reversible networks and redrawing projections on forward

0.12.8

10 Dec 22:33
Compare
Choose a tag to compare
update enwik8 example to use automatic mixed precision, and fix a sma…

…ll bug with switching between amp and non-amp

0.12.7

09 Dec 00:59
Compare
Choose a tag to compare
change variable name to amp_enabled

0.12.6

09 Dec 00:37
Compare
Choose a tag to compare
make sure EPFLs cuda code can work with amp autocast, by setting amp_…

…autocast to True

0.12.5

09 Dec 00:23
Compare
Choose a tag to compare
fix context mask in autoregressive wrapper again

0.12.4

08 Dec 23:18
Compare
Choose a tag to compare
fix bug with how autoregressive wrapper handles contexts

0.12.3

08 Dec 21:22
Compare
Choose a tag to compare
cast projection matrix type to be same as query

0.12.2

08 Dec 20:05
Compare
Choose a tag to compare
get around EPFLs CUDA kernel being float only

0.12.1

08 Dec 05:54
Compare
Choose a tag to compare
clean up encoder / decoder code

0.12.0

07 Dec 22:52
Compare
Choose a tag to compare
add encoder / decoder architecture from @gulnazaki