Skip to main content

A vision transformer for training on MNIST

Project description

Python package mnistvit

A PyTorch-only implementation of a vision transformer (ViT) for training on MNIST, achieving 99.65% test accuracy with default parameters and without pre-training. The ViT architecture and learning parameters can be configured easily. Code for hyperparameter optimization is provided as well.

Requirements

The package requires Python 3.10 or greater and additionally requires the torch and torchvision packages. For hyperparameter optimization, additionally ray[tune] and optuna are required. The ViT itself requires torch only.

Installation

To install the mnistvit package, run the following command in the parent directory of the repository:

pip install mnistvit

Usage

To train a model with default parameters:

python -m mnistvit.train

The script will produce a file config.json with the model configuration and file model.pt containing the trained model. Use the -h argument for a list of options.

To evaluate the test set accuracy of the model stored in model.pt with the configuration in config.json:

python -m mnistvit.predict --use-accuracy

To predict the class of the digit stored in the file sample.jpg:

python -m mnistvit.predict --image-file sample.jpg

For hyperparameter optimization with default search parameters:

python -m mnistvit.tune

License

mnistvit is released under the GPLv3 license, as found in the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mnistvit-1.3.0.tar.gz (24.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mnistvit-1.3.0-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file mnistvit-1.3.0.tar.gz.

File metadata

  • Download URL: mnistvit-1.3.0.tar.gz
  • Upload date:
  • Size: 24.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.8

File hashes

Hashes for mnistvit-1.3.0.tar.gz
Algorithm Hash digest
SHA256 f0407d27685e6dd766e34597cf466204b5855e522207beaa0ebceeeeecc816cd
MD5 47606d3f5572b0de186b271798e99a5f
BLAKE2b-256 fa0dad40ae1b25af8c18fcb91eacb13f3ec85dd1a56f5640df9ab0bbace2c8ac

See more details on using hashes here.

File details

Details for the file mnistvit-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: mnistvit-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.8

File hashes

Hashes for mnistvit-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ea1395a2b228db04a65f9b7c17684f85c7fe56207f0f5db2439eb81b1ad9ef7c
MD5 ed2570f63ae0e57b20c3055bb8509e20
BLAKE2b-256 e6acf75f1dc6c1e12c93621a287ff5109119b18e62d1d2125c9a97a0cc6ad9a5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page