Open henbucuoshanghai opened 5 years ago
graph_generator.py是做什么的?
Hi, graph_generator.py generates random graph. You can choose from watts strogatz, erdos renyi, or barabasi albert model. While running train.py, it generates random graphs when there are no graph data, or loads graph data if graph data exists. Once you trained your network and want to retrain the network from checkpoint, just rerun and it will load previous graph data.
watts strogatz, erdos renyi, or barabasi albert model??what are they?
Those are algorithms for ramdom graph generation. You can refer to the paper "Exploring Randomly Wired Neural Networks for Image Recognition"
I'm sorry but I'm little bit confused. Is your question about "dataset_generator.py"? or "graph_generator.py" .
是做什么的?