Skip to content

Hey should 'correct' only be if the final prediction was correct? Same for accuracy? #15

@colinator

Description

@colinator

correct1 = torch.sum(torch.eq(torch.argmax(self.softmax(total), dim=0), torch.arange(0, batch))) # correct is a tensor

Meaning, should that correct variable be += ?

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