graph-generation
graph-generation copied to clipboard
Visualizing the graphs during training?
What's the best way to visualize the quality of the generated graphs at each epoch? I expected /figures or /figures_prediction to have these images but didn't get anything after training finished.
You can use the utils.py
script and modify the call to load_graph_list
with the saved generated graph data for the desired epoch (named usually in a format like GraphRNN_RNN_community4_4_128_pred_2500_1.dat
in the graphs
folder), as well as specifying the name of the generated figures. I believe there's usually around 160 generated graphs for each epoch.
@JiaxuanYou can clarify further!