Model Training · Level 2 of 5
Teacher Forcing
Training a sequence model using true previous outputs as inputs.
At inference the model may instead consume its own predictions, creating a mismatch.
Listen to the definition and example
Audio transcript
Teacher Forcing. Training a sequence model using true previous outputs as inputs. At inference the model may instead consume its own predictions, creating a mismatch. For example: A decoder receives the reference previous word during training.
Explore this concept
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.