-
Notifications
You must be signed in to change notification settings - Fork 10
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
Overall_reweight and Batch_reweight are not running!!! #1
Comments
Hi Mah, Please download the most recent codes and run the bash_{dataset}.sh files. And let me know if you have any further issue from there! |
Sure. May I know how can I contact you? I have multiple advanced research projects and would like to write some papers. Of course, if you are interested. The results are available. About the Grakel package which you have used in your project, I need to change their libraries to use our dataset while I have changed and generated my script using torch_geometric for new datasets. Do you know how we can do that? Thanks again |
It is interesting that you are trying to use some of our techniques developed here. My email is yu.wang.1@vanderbilt.edu. Feel free to drop me an email and if you have Wechat, you can also send me your Wechat via email so that we can chat there if it is more convenient for you. I think this post would provide some insights on how to calculate kernel similarity for customized datasets. ysig/GraKeL#59. However, if the number of graphs/ the size of every single graph is too large, we might need some advanced techniques to deal with the complexity there. We can discuss this furthermore via email. |
Hello Yu, I would like to meet you in Wechat. I will wait your response, I sent you an email. Thanks |
Hello Dear,
Thank you for sharing your research paper source code here. I think code is only running with "reweight" instead. Otherwise we will get below error:
G2GNN/learn.py", line 192, in train
loss.backward()
UnboundLocalError: local variable 'loss' referenced before assignment
Please correct me if I am wrong.
Thank you so much.
The text was updated successfully, but these errors were encountered: