Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save training loss history #6

Open
Gollini opened this issue Nov 1, 2023 · 1 comment
Open

Save training loss history #6

Gollini opened this issue Nov 1, 2023 · 1 comment

Comments

@Gollini
Copy link

Gollini commented Nov 1, 2023

Hello, I would like to save the training loss history to see the progress using different optimizers.
I am not familiar with TensorFlow. How can I extract this information?
Kind Regards.

@OrsonXu
Copy link
Contributor

OrsonXu commented Nov 11, 2023

Hi Gollini, you may want to use add another callback function to access the loss from the model. Please check an example here: https://stackoverflow.com/questions/65302030/access-loss-and-model-in-a-custom-callback

You can consider adding a callback to the

def prep_callbacks(self, X):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants