-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
Description
Hello,
Thank you for this implementation of T-GCN! I am trying to generate my own random dataset and feed it into the TGCN network instead of the METRLA dataset (in traffic_prediction.jl example). However, I am running into an issue where the model's output is NaN, both before and after training.
Could you please provide guidance on how to properly format a custom dataset and ensure it works correctly with the model?
Specifically:
- What structure should the custom dataset follow to be compatible with TGCN?
- Are there any specific pre-processing steps I need to follow when creating the dataset?
- Are there common pitfalls that could cause NaN values in the model output?
Any function, advice or example code for using a different dataset would be greatly appreciated.
Thanks in advance!