GuoleiSun/HNC_loss

Why alpha in HNC_mse is 0?

haozhi1817 opened this issue · 0 comments

I think alpha should be min(negative CAMS).
CAM = Conv(weight * Feature), Feature must be >= 0, but weight maybe < 0, so min(CAM) maybe < 0.