Skip to content

amitvishw/MNIST-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST-PyTorch

MNIST Handwritten Digit Recognition with PyTorch

MNIST_dataset

Setup

For this project, I have opted to use Conda for managing Python environment and PyCharm as the code editor.

  1. Check Python Version

    Run the following command to get python version being used

    python --version

    Ensure python version 3.10 in current environment.

  2. Install Required Libraries

    To install all required dependencies into current environment, run the following command in the terminal:

    pip install -r requirements.txt

Note: Make sure to have activated the correct environment before running this command.

About

MNIST Handwritten Digit Recognition with PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors