Context-Aware_Crowd_Counting-pytorch
Context-Aware_Crowd_Counting-pytorch copied to clipboard
About MSE
Hello, I would like to ask if this code can calculate MSE. It seems that only MAE is calculated in test and train.
I think this code calculates MSE beacuse it uses MSELoss instead of L1Loss which calculates MAE.