Skip to content

Commit 016afd0

Browse files
committed
reset test params
1 parent 16b19c9 commit 016afd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def test_mnist():
269269

270270
# Define the model.
271271
# soft = CNN()
272-
width = 1000
272+
width = 10
273273
soft, _, _ = neural_logic_net.net(lambda type, x: batch_nln(type, x, width))
274274

275275
# Get the MNIST dataset.

0 commit comments

Comments
 (0)