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
Hello,
In your paper, table 2 you are showing an interesting ablation study, where you show also RE-NET w. GT.
I would like to understand how, in the code, I can set this feeding of the GT.
As far as I understand, I would have to feed after each predicted timestep, the ground truth graph, instead of the predicted graph, before going to the next timestep, right?
Is there a configuration parameter to set? If yes: which one?
Or do I directly need to modify the code?
If yes, I assume somewhere in model.py predict() I would have to feed the gt_graph instead of the predicted graph, is this correct? and what exactly would I have to modify?
Looking forward to your reply
Kind Regards
Julia
The text was updated successfully, but these errors were encountered:
Hello,
In your paper, table 2 you are showing an interesting ablation study, where you show also RE-NET w. GT.
I would like to understand how, in the code, I can set this feeding of the GT.
As far as I understand, I would have to feed after each predicted timestep, the ground truth graph, instead of the predicted graph, before going to the next timestep, right?
Is there a configuration parameter to set? If yes: which one?
Or do I directly need to modify the code?
If yes, I assume somewhere in model.py predict() I would have to feed the gt_graph instead of the predicted graph, is this correct? and what exactly would I have to modify?
Looking forward to your reply
Kind Regards
Julia
The text was updated successfully, but these errors were encountered: