alphagenome-pytorch 0.0.1__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.
- {alphagenome → alphagenome_pytorch}/__init__.py +1 -1
- {alphagenome → alphagenome_pytorch}/alphagenome.py +1 -1
- {alphagenome_pytorch-0.0.1.dist-info → alphagenome_pytorch-0.0.3.dist-info}/METADATA +2 -2
- alphagenome_pytorch-0.0.3.dist-info/RECORD +6 -0
- alphagenome_pytorch-0.0.1.dist-info/RECORD +0 -6
- {alphagenome_pytorch-0.0.1.dist-info → alphagenome_pytorch-0.0.3.dist-info}/WHEEL +0 -0
- {alphagenome_pytorch-0.0.1.dist-info → alphagenome_pytorch-0.0.3.dist-info}/licenses/LICENSE +0 -0
@@ -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.
|
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
|
@@ -58,7 +58,7 @@ $ pip install alphagenome-pytorch
|
|
58
58
|
|
59
59
|
```python
|
60
60
|
import torch
|
61
|
-
from
|
61
|
+
from alphagenome_pytorch import TransformerTower
|
62
62
|
|
63
63
|
transformer = TransformerTower(dim = 768, dim_pairwise = 128)
|
64
64
|
|
@@ -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/__init__.py,sha256=FjaT3_la9IG9w-PJ0Tk7ZK550O4Zq8SM5jej3nlzE6U,93
|
2
|
-
alphagenome/alphagenome.py,sha256=xIsgMa23nANZyrIlsY4Og7fpibpDED9XVxkeQQXZmYg,11817
|
3
|
-
alphagenome_pytorch-0.0.1.dist-info/METADATA,sha256=19TlrcXyHn1-YbLK8V_VZ3nPima2NRBflOFveDsO9Bg,3378
|
4
|
-
alphagenome_pytorch-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
alphagenome_pytorch-0.0.1.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
6
|
-
alphagenome_pytorch-0.0.1.dist-info/RECORD,,
|
File without changes
|
{alphagenome_pytorch-0.0.1.dist-info → alphagenome_pytorch-0.0.3.dist-info}/licenses/LICENSE
RENAMED
File without changes
|