Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataset_generator.py #1

Open
henbucuoshanghai opened this issue Apr 11, 2019 · 5 comments
Open

dataset_generator.py #1

henbucuoshanghai opened this issue Apr 11, 2019 · 5 comments

Comments

@henbucuoshanghai
Copy link

是做什么的?

@henbucuoshanghai
Copy link
Author

graph_generator.py是做什么的?

@plemeri
Copy link
Owner

plemeri commented Apr 11, 2019

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.

@henbucuoshanghai
Copy link
Author

watts strogatz, erdos renyi, or barabasi albert model??what are they?

@plemeri
Copy link
Owner

plemeri commented Apr 18, 2019

Those are algorithms for ramdom graph generation. You can refer to the paper "Exploring Randomly Wired Neural Networks for Image Recognition"

@plemeri
Copy link
Owner

plemeri commented Apr 18, 2019

I'm sorry but I'm little bit confused. Is your question about "dataset_generator.py"? or "graph_generator.py" .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants