Skip to content

Commit

Permalink
Solving test CAN (looping)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbg141 committed Apr 4, 2024
1 parent bf30e09 commit db96096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/nn/cell/test_can.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def test_forward(self):
heads=1,
n_layers=2,
att_lift=False,
pooling=True,
).to(device)

x_0 = torch.rand(2, 2)
Expand Down

0 comments on commit db96096

Please sign in to comment.