-
I'm trying to build Adversarially Regularised Graph Auto-Encoder. For this I'm using Princeton Segmentation Benchmark as dataset. When I look at the documentation of PyTorch_Grometric for Adversarially Regularised Graph Auto-Encoder I came to know I need pos_edge_index and neg_edge_index. For this I thought of using Here's code I wrote
Error I got
I've used basic method while creating own dataset like raw_paths, raw_dir, processed_dir, raw_file_names, processed_file_names.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Beta Was this translation helpful? Give feedback.
RandomLinkSplit
needs aData
, which is a single graph, object as input.