Learn practical skills, build real-world projects, and advance your career

cnn

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="cnn")
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... Committed successfully! https://jovian.ai/adityachawla700/cnn
import torch
import torchvision
import os
import tarfile
from torchvision.datasets.utils import download_url
from torch.utils.data import random_split