liss
Results
2
issues of
liss
in the code loss.py, line 195: `gamma = cfg.LOSS.FL_GAMMA if gamma > 0: BCEcls, BCEobj = FocalLoss(BCEcls, gamma), FocalLoss(BCEobj, gamma)` but in the code default.py, line 39: `_C.LOSS.FL_GAMMA = 0.0`...
## ❓ General Questions Hello, I am currently trying to deploy the pruned model. I built the pruned model based on the pruned parameters and compiled the model successfully, but...
question