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
In line 88 of the file rnn_train.py, why should we subtract v_max first, and then add v_max.squeeze()? v = (v - v_max).exp().sum(dim=1).log() + v_max.squeeze()
Is there a corresponding formula?
The text was updated successfully, but these errors were encountered:
In line 88 of the file rnn_train.py, why should we subtract v_max first, and then add v_max.squeeze()?
v = (v - v_max).exp().sum(dim=1).log() + v_max.squeeze()
Is there a corresponding formula?
The text was updated successfully, but these errors were encountered: