We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu 16.04.3 LTS get segmentation fault when executing this command:
model_c/bin/hin2vec -size 100 -train temp_walk -alpha 0.025000 -output temp_node -output_mp temp_path -window 7 -negative 5 -threads 3 -no_circle 1 -sigmoid_reg 0
temp_walk is the temp file uesd to store generated random walks.
temp_walk
and the output is like
... 506 meta-path:0230303 63 507 meta-path:0302303 43 Meta-path size: 508 Meta-paths in train file: 63096600 Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
This problem seems to be caused by memory leak in my own automated test code.
Sorry, something went wrong.
Well, it's not.
hi, @e-yi Did you solve this problem? Please tell me if it is resolved, thank you
No branches or pull requests
Ubuntu 16.04.3 LTS
get segmentation fault when executing this command:
temp_walk
is the temp file uesd to store generated random walks.and the output is like
The text was updated successfully, but these errors were encountered: