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
Early stopping conditioned on metric `val_loss` which is not available. Available metrics are: loss,epoch,batch_nb,v_nb <class 'RuntimeWarning'>
In a previous release running on Windows (now I am on macOS), this behaviour was not happening. But in the previous version, TestTubeLogger was not present
Desktop (please complete the following information):
OS: macOS
Version: latest
The text was updated successfully, but these errors were encountered:
Describe the bug
When I train my network, which has validation steps defined similar to the doc example
with my cusotm EarlyStopCallback
the program cannot see my validation metrics:
In a previous release running on Windows (now I am on macOS), this behaviour was not happening. But in the previous version, TestTubeLogger was not present
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: