Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH MuReNNDirect.to_conv1d() #56

Merged
merged 19 commits into from
Jul 25, 2024
Prev Previous commit
Next Next commit
Update test_nn.py
xir4n committed Jul 23, 2024
commit 567d5ae626dea75af5d777b8f96fc80c7d7f158e
2 changes: 1 addition & 1 deletion tests/test_nn.py
Original file line number Diff line number Diff line change
@@ -98,5 +98,5 @@ def test_toconv1d_shape(Q, T):
T=T,
in_channels=2,
)
conv1d = tfm.to_conv1d
conv1d = tfm.to_conv1d()
assert isinstance(conv1d, torch.nn.Conv1d)