Skip to content

A qusetion about prob2 on bce loss #9

@BigDunk

Description

@BigDunk

Hello, I have a question that why here it uses the prob2 instead of prob during train function. Look forward to your reply,thanks!
pos_prob = prob2[pos_pairs, :] pos_sim = torch.bmm(prob.view(args.batch_size, 1, -1), pos_prob.view(args.batch_size, -1, 1)).squeeze()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions