CherryChou98
CherryChou98
Hello, I am so interested in this paper, and it would be so helpful and meaningful to release the code of your impressive work, or could you contact me via...
Has anyone ever encountered with this error? I'd appreciate it so much if you have any solutions. RuntimeError: one of the variables needed for gradient computation has been modified by...
My case is a multi-class classification problem, and the input dimension is: logits: (batch_size, num_classes) labels: (batch_size) So I modify the codes into: ``` class FocalLoss(nn.Module): def __init__(self, gamma =...