Skip to content

NCE should be calculated for each output of the GRU (and future positions) instead of only a random index #21

Open
@Ieremie

Description

@Ieremie

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions