mlx-examples/mnist
2023-12-11 20:45:39 -06:00
..
jax_main.py add copyright in source 2023-11-30 11:08:53 -08:00
main.py add copyright in source 2023-11-30 11:08:53 -08:00
mnist.py add copyright in source 2023-11-30 11:08:53 -08:00
README.md Adding Requirements.txt 2023-12-11 20:45:39 -06:00
requirements.txt Adding Requirements.txt 2023-12-11 20:45:39 -06:00
torch_main.py add copyright in source 2023-11-30 11:08:53 -08:00

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.