Skip to content

NLP-Loss-Pytorch/unbalanced_loss /dice_loss.py code error #6

@416017784

Description

@416017784

dice_loss *= self.weights[i]

the letter 's' is redundant >>> it should be "dice_loss *= self.weight[i]" instead of "dice_loss *= self.weights[i]"

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