Skip to content

Generating and Feeding a Custom Dataset into T-GCN #583

@MortezaBabazadehShareh

Description

@MortezaBabazadehShareh

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions