Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed Jun 22, 2024
1 parent 5e955f1 commit a257506
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

```
Expand Down

0 comments on commit a257506

Please sign in to comment.