Skip to content

Releases: lucidrains/enformer-pytorch

0.8.11

07 Jul 19:41
4949a69

Choose a tag to compare

0.8.10

09 Oct 16:53

Choose a tag to compare

0.8.10

0.8.9

07 Oct 17:36

Choose a tag to compare

What's Changed

  • Fixed edge case in shift augmentation by @johahi in #45

New Contributors

Full Changelog: 0.8.8...0.8.9

0.8.8

15 Dec 14:53
9ffeb8b

Choose a tag to compare

0.8.8

0.8.7

03 Nov 16:50
588cf3f

Choose a tag to compare

Update setup.py

0.8.6

01 Nov 21:06

Choose a tag to compare

automatically use SyncBatchNorm if doing distributed training

0.8.5

11 Oct 16:40

Choose a tag to compare

only allow seq length of 1536 if using tf gamma

0.8.4

11 Oct 02:20

Choose a tag to compare

address variable sequence lengths while using tf gamma https://github…

0.8.3

28 Sep 17:34

Choose a tag to compare

directly set `use_tf_gamma` on Attention instances

0.8.2

28 Sep 01:07

Choose a tag to compare

adopt the fix proposed by @johahi for fixing the small numerical disc…