Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
# Uncomment and run the commands below if imports fail
# !conda install numpy pandas pytorch torchvision cpuonly -c pytorch -y
# !pip install matplotlib --upgrade --
import os
import torch
import torchvision
import tarfile
from torchvision.datasets.utils import download_url
from torch.utils.data import random_split
from zipfile import ZipFile
 
project_name='my-class-project-01'