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