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
Hello. is there any tool for searching for the optimal parameters or does it have to be done manually
The text was updated successfully, but these errors were encountered:
Hi. You may write a .sh file to conduct the grid search. An example of that could be https://github.com/houchengbin/GloDyNE/blob/master/bash/NE_AS733.sh And to run the .sh file, please follow https://github.com/houchengbin/GloDyNE#advanced-for-batch-testing
What you may need to modify are those parameters specified in
OpenANE/src/main.py
Line 25 in 144b882
python src/main.py --method abrw --task lp_and_nc --emb-file emb/cora_abrw_emb --save-emb --ABRW-beta 0.1 python src/main.py --method abrw --task lp_and_nc --emb-file emb/cora_abrw_emb --save-emb --ABRW-beta 0.2 . . . python src/main.py --method abrw --task lp_and_nc --emb-file emb/cora_abrw_emb --save-emb --ABRW-beta 0.9
Let me know if you have further problems.
Sorry, something went wrong.
Thank you very much. I will give it a try
No branches or pull requests
Hello. is there any tool for searching for the optimal parameters or does it have to be done manually
The text was updated successfully, but these errors were encountered: