GraphGym - Only final-epoch test results are logged, not best val epochs #9951
Unanswered
KerenRozen
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
I'm using GraphGym for a graph-level classification task, and I'm trying to report test metrics at the epoch where the validation accuracy is highest. However, after training finishes, I only see test results from the final epoch in my logs.
I noticed that in
pytorch_geometric/graphgym/results/example_node_grid_example/agg/
, there is an example of both final-epoch and best-val-epoch test metrics being reported, indicating this should be possible.Is there a specific config setting that I need to enable so that test metrics are also evaluated/logged at best val epoch?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions