micromind/MNIST
1
micromind checkpoints for MNIST
This repository contains checkpoints for the MNIST dataset for the following networks:
To download and use this repo:
from micromind import PhiNet
model = PhiNet.from_pretrained("MNIST", alpha=0.5, beta=1.0, t_zero=6, num_layers=4, num_classes=10, resolution=28)Authors
license: mit ---
