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
Hi, I am wondering why you set model.train() outside of the training loop? And I see that during the training loop, you seem to use the function fixed_graph_evaluate(), which sets model.eval(). Can I take that to mean the GNN model is at eval status during that time? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I am wondering why you set model.train() outside of the training loop? And I see that during the training loop, you seem to use the function fixed_graph_evaluate(), which sets model.eval(). Can I take that to mean the GNN model is at eval status during that time? Thanks.
The text was updated successfully, but these errors were encountered: