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
Ideally, the unit test for our model would check that the model can memorize a single training example. This is technically possible by providing the argument metric_to_check to ensure_model_can_train_save_and_load. However, this is reporting an error that the metric cannot be found. I am tabling this for now, but it should be revisited. Opening this issue so I don't forget.
The text was updated successfully, but these errors were encountered:
Ideally, the unit test for our model would check that the model can memorize a single training example. This is technically possible by providing the argument
metric_to_check
toensure_model_can_train_save_and_load
. However, this is reporting an error that the metric cannot be found. I am tabling this for now, but it should be revisited. Opening this issue so I don't forget.The text was updated successfully, but these errors were encountered: