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
Is your request related to a problem? Please describe.
When returning the training and/or validation loss, there is an inconsistency in naming the variables.
Describe the improvement you are suggesting
"train_loss", "val_loss" (if exists), should be the naming convention for all the algorithms when returning the losses dictionary.
aug_ode, dmd, dnn_keras, lr, ode, need to be changed.
The text was updated successfully, but these errors were encountered:
Is your request related to a problem? Please describe.
When returning the training and/or validation loss, there is an inconsistency in naming the variables.
Describe the improvement you are suggesting
"train_loss", "val_loss" (if exists), should be the naming convention for all the algorithms when returning the losses dictionary.
aug_ode, dmd, dnn_keras, lr, ode, need to be changed.
The text was updated successfully, but these errors were encountered: