ended3월 23일· 1 sources
Understanding Teacher Forcing in Seq2Seq Models
Seq2Seq 모델에서 Teacher Forcing 이해하기
Why it matters
Teacher forcing is a training technique for seq2seq models where the correct token from the dataset is fed as input at each decoder step, rather than using the model's own previous prediction. Without it, a single early misprediction cascades into compounding errors, making training slow and unstable. With teacher forcing, the model always sees the right context, leading to faster convergence and more stable training.
1
Sources
+0
24h
—
Growth
174d
Active
Teacher ForcingSeq2SeqDecoderToken PredictionTraining Stability