-
Notifications
You must be signed in to change notification settings - Fork 9
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
Early Termination of training:Progress 19.42% #2
Comments
There is definetely a couple of weird things here: number of nodes is larger than the number of edges, and the graph seems almost disconnected. Are you sure you have the correct data preprocessing/data format? |
There are thousands of subgraphs, and no connection between them. data preprocessing use https://github.com/xgfs/verse/tree/master/python ,and verse can train correctly. |
If most of the nodes lie in small disconnected subgraphs, node2vec will be much faster (with unknown quality). From the output I would assume that process is ran correctly, and it finishes - most likely, the printing of the progress is not called (it's only called from thread id=0). |
I found different places: |
Interesting. Could you run the default couple of times and see if it crashes anytime? |
if nwalks < 40 , the training will not be interrupted. |
If you post the graph file, I will try to look at the issue some time in the future. If you find a bug yourself, please notify/submit a PR. |
nv: 1032440, ne: 987454
Need 0.257797 Mb for storing second-order degrees
Generating a corpus for negative samples..
Using vectorized operations
lr 0.020144, Progress 19.42%
Calculations took 12.13 s to run
The text was updated successfully, but these errors were encountered: