You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beam search is just to find candidate paths, gradient is not required in beam search. Gradients are pushed back to logit weight since there are probability P which is computed from logit as input to MWER loss. NBEST path from CTC Beam search can actually be generated offline to speed up training.
why mwer use stop gradient? just a regularization?
The text was updated successfully, but these errors were encountered: