Skip to main content

Mistake Clinic

Module-Specific Mistake Radar

MistakeSignalRepair
Shape reasoning by trialSilent broadcastsWrite every tensor shape
One lucky seedLarge run varianceRepeat and report dispersion
Mask leakageFuture tokens influence outputAssert the mask with a toy sequence
Fine-tune by defaultNo frozen baselineCompare prompting and retrieval
Quality-only compressionRuntime regressions hiddenMeasure target hardware

Practice Mistake Checks

Check shapes, masks, splits, seeds, ablations, target-device latency, and capability boundaries before review.

Evidence and review

Repair one failure and rerun all affected evidence. Claims must trace to versioned code and artifacts. Screenshots, unexplained generated prose, and a single favorable run do not pass.

Oral defense

Explain the mechanism, identify the most dangerous assumption, interpret one failure from raw evidence, and name the condition that would reverse your decision.

Source backbone

Use Dive into Deep Learning, PyTorch documentation, primary papers, and Designing Data-Intensive Applications selectively.