teppchan / mnist

Deep learning practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play with MNIST

Prepare Pytorch

I created this MNIST training scripts. I checked the scripts with Miniconda3.

Download Miniconda3 installer (Python 3.7 64-bit) from URL.

I prepared requirements.yaml. You can make the same environment as I did.

$ conda env create -f requirements.yaml
$ conda activate pytorch

MNIST

$ python mnist.py

Fashion MNIST

$ python fashon_mnist.py

About

Deep learning practice


Languages

Language:Python 100.0%