alphagenome-pytorch 0.0.2__py3-none-any.whl → 0.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -213,8 +213,8 @@ class SingleToPairwise(Module):
213
213
  self.split_heads = Rearrange('b n (h d) -> b n h d', h = heads)
214
214
 
215
215
  self.to_outer_sum = Sequential(
216
+ nn.GELU(),
216
217
  LinearNoBias(dim, dim_pairwise * 2),
217
- nn.GELU()
218
218
  )
219
219
 
220
220
  self.to_qk = LinearNoBias(dim, dim_inner * 2)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alphagenome-pytorch
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: AlphaGenome
5
5
  Project-URL: Homepage, https://pypi.org/project/alphagenome-pytorch/
6
6
  Project-URL: Repository, https://github.com/lucidrains/alphagenome
@@ -0,0 +1,6 @@
1
+ alphagenome_pytorch/__init__.py,sha256=7plC_YRm0UapNCl9hJEhFxXE-ELGKVy-DtuO5GUQxGI,101
2
+ alphagenome_pytorch/alphagenome.py,sha256=ynMieMVxKkL-BFr9yyAku4J48P4gaRAc0z0GmThTot0,11818
3
+ alphagenome_pytorch-0.0.3.dist-info/METADATA,sha256=uKEwowc-D-OO5pZ_JU176e1AIB7o_-pKbKJRiyF0WO0,3386
4
+ alphagenome_pytorch-0.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ alphagenome_pytorch-0.0.3.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
6
+ alphagenome_pytorch-0.0.3.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- alphagenome_pytorch/__init__.py,sha256=7plC_YRm0UapNCl9hJEhFxXE-ELGKVy-DtuO5GUQxGI,101
2
- alphagenome_pytorch/alphagenome.py,sha256=xIsgMa23nANZyrIlsY4Og7fpibpDED9XVxkeQQXZmYg,11817
3
- alphagenome_pytorch-0.0.2.dist-info/METADATA,sha256=3kKKmR_bi9MvISzWxjB0NV6CQJQI1X1wZBvv4batDQU,3386
4
- alphagenome_pytorch-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- alphagenome_pytorch-0.0.2.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
6
- alphagenome_pytorch-0.0.2.dist-info/RECORD,,