Use custom data to train

Hi all,
I am looking for examples to use my own data but this is only example I could find. Is there any tutorial loading data from numpy arrays or even TFRecords? Thanks

Loading from numpy arrays should be similar to loading from CSVs. Basically you will need to figure out what are your node_features, what are your edge_features, and what are your edges_src and edges_dst. Everything else should be the same.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.