Skip to content

Commit

Permalink
Fix an embarrasing brainfart, reference mnist has 2 hidden layers
Browse files Browse the repository at this point in the history
  • Loading branch information
sgligorijevicTT committed Jan 31, 2025
1 parent 28a6569 commit 3581c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jax/models/mnist/mlp/test_mnist_mlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def training_tester(request) -> MNISTMLPTester:
@pytest.mark.parametrize(
"inference_tester",
[
(512,),
(512, 512),
# (128,),
# (128, 128),
# (192, 128),
Expand Down

0 comments on commit 3581c14

Please sign in to comment.