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
{{ message }}
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
For example in keras wıth the callback function using 'history.history.keys())' I can get the loss value per epoch, my question is how I can do that in ISR since, ISR don't have built in history in order to access said values.
Thank you in advance!!!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
For example in keras wıth the callback function using 'history.history.keys())' I can get the loss value per epoch, my question is how I can do that in ISR since, ISR don't have built in history in order to access said values.
Thank you in advance!!!
The text was updated successfully, but these errors were encountered: