-
Notifications
You must be signed in to change notification settings - Fork 74
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
Only ASTs for graph embedding? #4
Comments
Thank you for your interest Kevin. I didn't finish implementing all the relations, I had to move on with other parts of my thesis. You can try to do it by processing the rest of Joern's CPG into some objects that represent the graphs, and then extend the GraphEmbeddings with it. Follow Pytorch Geometric's documentation on Data Handling of Graphs, to figure out how to represent the adjacency matrix for all the graphs. Was it helpful? |
yes, thank you for your feedback. |
When I ran python main.py -c, I came across the issue: Anyone one can provide me some advice? |
@QiuJYWX I have met the same problem, has it been solved?Thanks |
Im trying to recreate devign and I came across your repo. Thank you so much.
I see that on the project (under development) you mention that you only using the ASTs instead as the paper implements the joint graph (in paper 3.1, Graph Generation section).
Do you achieve the graph generation according to the paper or you ignore all the relations introduce by the paper and use only ASTs?
The text was updated successfully, but these errors were encountered: