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

Note: This is a mirror of the official fast.ai notebook for the DSNet Study Group, please refer the official course repo for the latest notebooks.

%load_ext autoreload
%autoreload 2

%matplotlib inline
#export
from exp.nb_02 import *
import torch.nn.functional as F

Initial setup

Data