Updated CIFAR-10 ResNet example to use BatchNorm instead of LayerNorm (#257)

* replaced nn.LayerNorm by nn.BatchNorm

* mlx>=0.0.8 required

* updated default to 30 epochs instead of 100

* updated README after adding BatchNorm

* requires mlx>=0.0.9

* updated README.md with results for mlx-0.0.9
This commit is contained in:
Markus Enzweiler
2024-01-12 14:43:11 +01:00
committed by GitHub
parent 6217d7acd0
commit 2b61d9deb6
4 changed files with 10 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
mlx
mlx>=0.0.9
mlx-data
numpy