You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You claim to have achieved that value of MSE but rather using model.evaluate, calculate the RMSE using the formula and see it is 127.028, no where the real value.
model.evaluate returns the test loss in the last iteration here
see the documentation of keras.models.Model
The text was updated successfully, but these errors were encountered:
You claim to have achieved that value of MSE but rather using model.evaluate, calculate the RMSE using the formula and see it is 127.028, no where the real value.
model.evaluate returns the test loss in the last iteration here
see the documentation of keras.models.Model
The text was updated successfully, but these errors were encountered: