Learn practical skills, build real-world projects, and advance your career
%matplotlib inline
%reload_ext autoreload
%autoreload
import jovian
import torch
torch.cuda.set_device(0)
import fastai
from fastai.vision import models, untar_data
from fastai.datasets import URLs
data_path = untar_data(URLs.CIFAR)