Skip to content

Releases: lucidrains/enformer-pytorch

0.8.8

15 Dec 14:53
9ffeb8b
Compare
Choose a tag to compare

0.8.7

03 Nov 16:50
588cf3f
Compare
Choose a tag to compare
Update setup.py

0.8.6

01 Nov 21:06
Compare
Choose a tag to compare
automatically use SyncBatchNorm if doing distributed training

0.8.5

11 Oct 16:40
Compare
Choose a tag to compare
only allow seq length of 1536 if using tf gamma

0.8.4

11 Oct 02:20
Compare
Choose a tag to compare
address variable sequence lengths while using tf gamma https://github…

….com/lucidrains/enformer-pytorch/issues/32

0.8.3

28 Sep 17:34
Compare
Choose a tag to compare
directly set `use_tf_gamma` on Attention instances

0.8.2

28 Sep 01:07
Compare
Choose a tag to compare
adopt the fix proposed by @johahi for fixing the small numerical disc…

…repancy in the pretrained model between tensorflow and pytorch https://github.com/lucidrains/enformer-pytorch/issues/31

0.8.1

27 Sep 21:27
Compare
Choose a tag to compare
adopt the fix proposed by @johahi for fixing the small numerical disc…

…repancy in the pretrained model between tensorflow and pytorch https://github.com/lucidrains/enformer-pytorch/issues/31

0.8.0

27 Sep 21:26
Compare
Choose a tag to compare
adopt the fix proposed by @johahi for fixing the small numerical disc…

…repancy in the pretrained model between tensorflow and pytorch https://github.com/lucidrains/enformer-pytorch/issues/31

0.7.7

27 Sep 18:04
Compare
Choose a tag to compare
calculate gamma positions in float64 https://github.com/lucidrains/en…

…former-pytorch/issues/31