diff --git a/MNIST Classification Model.ipynb b/MNIST Classification Model.ipynb deleted file mode 100644 index b81e3b0..0000000 --- a/MNIST Classification Model.ipynb +++ /dev/null @@ -1,306 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 2, - "id": "ecdbd317", - "metadata": {}, - "outputs": [], - "source": [ - "import torch as tch\n", - "import torchvision.datasets as dt\n", - "import torchvision.transforms as trans\n", - "import torch.nn as nn\n", - "import matplotlib.pyplot as plt\n", - "from time import time" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "id": "6c333d1a", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz\n", - "Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz to ./datasets\\MNIST\\raw\\train-images-idx3-ubyte.gz\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "01e4f3f628994928bfa4a950fe0a3e33", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - " 0%| | 0/9912422 [00:00