1 write to gamma
Microsoft.ML.TorchSharp (1)
Loss\FocalLoss.cs (1)
32
this.
gamma
= gamma;
2 references to gamma
Microsoft.ML.TorchSharp (2)
Loss\FocalLoss.cs (2)
66
focalWeight = alphaFactor * torch.pow(focalWeight, this.
gamma
);
103
focalWeight = alphaFactor * torch.pow(focalWeight, this.
gamma
);