GraphRNN icon indicating copy to clipboard operation
GraphRNN copied to clipboard

Results 6 GraphRNN issues
Sort by recently updated
recently updated
newest added

I am having trouble running evaluate.py after training the graphRNN. The issue seems to be the function load_graph_list in utils.py (starting at line 459): ``` # load a list of...

hi, I have some questions in the main.py. 1. you save the whole graphs as training data ad test test data? ## To get train and test set, after loading...

hello,Is your data directly used and processed by others? What should I do if I want to use my own data? Do you know how to change from cora data...

Hello @JiaxuanYou, When I ran **python3 main.py**. I got the following message even after run all installations commands. ```shell CUDA 1 File name prefix GraphRNN_RNN_grid_4_128_ graph_validate_len 199.5 graph_test_len 215.0 total...

Hi @JiaxuanYou , I tried to run this code but got following error: `python main.py Traceback (most recent call last): ........... from utils import * File "/XXXX/GraphGeneration/GraphRNN/utils.py", line 13, in...

Hello @JiaxuanYou. I have a question in model.py. In forward part of GRU_plain, why does it pack_padded_sequence after linear transform by self.input? Doesn't the non-zero raw get the information of...