We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd9bd5 commit 1fd4fb9Copy full SHA for 1fd4fb9
1 file changed
tests/test_mnist.py
@@ -42,7 +42,7 @@ def test_mnist(batch_sz: int = 64, n_epochs: int = 3):
42
train_labels = np.split(train_labels, n_batches)
43
44
# Optimizer
45
- opt = mpp.SGD(lr=0.01)
+ opt = mpp.AdamW(lr=0.001)
46
47
# Feedforward neural network
48
model = mpp.Sequential(
0 commit comments