mnist / README.md
gaviego's picture
README updated
519941b
|
raw
history blame
383 Bytes
metadata
title: MNIST Training + Gradio
emoji: 🖼️
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 3.20.1
app_file: app.py
pinned: false
license: openrail

MNIST Comparsion

This repo contains two trainings for MNIST, one with just an MLP (train.py) and second with convolution(train_conv.py).

See the live demo here (https://huggingface.co/spaces/gaviego/mnist)