Skip to course content
Free PyTorch course

Advanced Deep Learning with PyTorch

Module 09 Summary

The idea this module was built around

One block: attention, add and norm, feed-forward, add and norm. Everything else is repetition and scale.

What you can now do

The trap this module removed

Reporting a single overall accuracy for a model applied to identifiable groups. The number is true and it conceals exactly what a reviewer needs to know.

Figures worth remembering

Fine-tune the encoder around 1e-5 against a head at 1e-2. Frozen extraction trains zero encoder parameters.

Before you move on

Take a text model you have evaluated and recompute its metric per slice. Define the slices first.