Skip to content

Commit

Permalink
update reproducability test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Apr 27, 2024
1 parent ec4c75b commit ab2fde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/train/test_train_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_basic_reproducibility(dataset, model):

assert torch.isclose(
params[[1000, 2000, 3000]],
torch.tensor([-0.01782517, -0.00771354, 0.03517739]),
torch.tensor([-0.01780166, -0.00762226, 0.03532362]),
).all()


Expand Down

0 comments on commit ab2fde2

Please sign in to comment.