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
Thanks for the code. It would have been much nicer if you would have also included the code for saving the trained model (e.g. while running eval.py ) and than reloading the model to run prediction.
Moreover, with the current code if I run the eval.py, ComplexHRERE::evaluate(..) is called, and it is not even checked if the current model state has the best score on validation set :/
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for the code. It would have been much nicer if you would have also included the code for saving the trained model (e.g. while running
eval.py
) and than reloading the model to run prediction.Moreover, with the current code if I run the
eval.py
,ComplexHRERE::evaluate(..)
is called, and it is not even checked if the current model state has the best score on validation set :/The text was updated successfully, but these errors were encountered: