Skip to content

Commit

Permalink
enh: minor change in hyperparamters values in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Oct 23, 2024
1 parent 93737da commit 8ff887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/models/test_rumnet_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_gpu_rumnet():
depth_u=3,
tol=1e-5,
optimizer="adam",
lr=0.001,
lr=0.01,
epochs=2,
)
model.instantiate()
Expand Down

0 comments on commit 8ff887a

Please sign in to comment.