From a2575061f6cd423b936301a3411f5dd70ab58d10 Mon Sep 17 00:00:00 2001 From: John Loverich Date: Sat, 22 Jun 2024 06:49:16 -0700 Subject: [PATCH] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e789913..8ebc266 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,10 @@ with 3 inputs (grayscale color, x, y) and 10 outputs to solve mnist. Not perform ``` python3 examples/block_mnist.py accelerator='cuda' batch_size=64 optimizer.lr=1e-3 ``` - +and +``` +python examples/block_mnist.py optimizer=lion optimizer.lr=1e-3 batch_size=16 max_epochs=100 n=28 +``` ## CIFAR100 (convolutional) ```