We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f450d9f commit 447768fCopy full SHA for 447768f
equiformer_pytorch/equiformer_pytorch.py
@@ -581,7 +581,8 @@ def __init__(
581
# todo - needs a DTP here?
582
583
self.to_values = nn.Sequential(
584
- Gate(value_gate_fiber)
+ Gate(value_gate_fiber),
585
+ Linear(value_hidden_fiber, value_hidden_fiber)
586
)
587
588
# combining heads and projection out
equiformer_pytorch/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.0.16'
+__version__ = '0.0.17'
2
3
__cuda_pkg_name__ = f'equiformer_pytorch_cuda_{__version__.replace(".", "_")}'
0 commit comments