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

Note: This is a mirror of the official fast.ai course nb for the dsnet meetup. Please check the course repo for the latest notebooks

%load_ext autoreload
%autoreload 2

%matplotlib inline
import torch
import matplotlib.pyplot as plt

Callbacks