JankowskiDaniel / Neural-Deep-Retina

0 stars 0 forks source link

Add support for RMSE metric #46

Closed kapiblue closed 1 month ago

kapiblue commented 1 month ago

Make it possible to report RMSE as it has a clearer interpretation compared to MSE.

kapiblue commented 1 month ago

For simplicity, RMSE is reported if MSE is reported during testing.

RMSE is calculated as the square root of MSE.