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 the implementation, a random position of the sequence is used to compute the NCE loss. The paper mentions that the GRU output at each step is used to predict 12 timesteps in the future.
"The output of the GRU at every timestep is used as the context c from which we predict 12 timesteps in
the future using the contrastive loss"
Was this decision made to reduce training time?
The text was updated successfully, but these errors were encountered:
In the implementation, a random position of the sequence is used to compute the NCE loss. The paper mentions that the GRU output at each step is used to predict 12 timesteps in the future.
"The output of the GRU at every timestep is used as the context c from which we predict 12 timesteps in
the future using the contrastive loss"
Was this decision made to reduce training time?
The text was updated successfully, but these errors were encountered: