Skip to content

test-loss not stable #13

Description

@JenkinsY94

Hi, I see that in your code both train and test loss are the same, which is: 1. computed prob of the positive sample using softmax function, 2. compute its logloss against label (always 1).

My question is, the first step depends on randomly sampled negative samples, which makes the losses jumps during my training. I'm curious if you have tried to compute logloss using positive sample's logit only (not depend on negative samples)?

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