Skip to course content
Free PyTorch course

Advanced Deep Learning with PyTorch

Module 10 Summary

The idea this module was built around

Embed once, cache with the model version, reuse across tasks. The expensive step should happen exactly once.

What you can now do

The trap this module removed

Assuming that excluding an attribute as a feature means the model cannot use it. Correlated features reconstruct it, and the probe is the only way to find out.

Figures worth remembering

Reconstruction error collapses at the true dimensionality. Vectors from two model versions are not comparable, even for the same input.

Before you move on

Run a leakage probe on any embedding you use for ranking or retrieval, once per sensitive attribute.