Context-Aware_Crowd_Counting-pytorch icon indicating copy to clipboard operation
Context-Aware_Crowd_Counting-pytorch copied to clipboard

About MSE

Open lucyandjason opened this issue 5 years ago • 1 comments

Hello, I would like to ask if this code can calculate MSE. It seems that only MAE is calculated in test and train.

lucyandjason avatar Aug 19 '19 07:08 lucyandjason

I think this code calculates MSE beacuse it uses MSELoss instead of L1Loss which calculates MAE.

Becmamba avatar Aug 21 '19 14:08 Becmamba