Files
mlx-examples/mnist/README.md
2023-12-23 11:22:23 +01:00

448 B

MNIST

This example shows how to run some simple models on MNIST.

Install the dependencies:

pip install -r requirements.txt

Run the example with:

python main.py

By default, the example runs on the CPU. To run on the GPU, use:

python main.py --gpu

To run the PyTorch or Jax examples install the respective framework.

To run the example with the Fashion-MNIST dataset, use:

python main.py --fashion_mnist