Replies: 1 comment 3 replies
-
Hi, here is an example of how you can train a GNN with Cheers |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to extract the weights of the best model, however since the model.fit() method is not present I am unsure where to include my keras callbacks e.g. ModelCheckpoint() - https://www.tensorflow.org/api_docs/python/tf/keras/callbacks/ModelCheckpoint
Where do I provide the callbacks?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions