MNIST Handwritten Digit Recognition with PyTorch
For this project, I have opted to use Conda for managing Python environment and PyCharm as the code editor.
-
Run the following command to get python version being used
python --version
Ensure python version 3.10 in current environment.
-
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.