-
Notifications
You must be signed in to change notification settings - Fork 63
Reproduce ICML '21 experiments #202
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
Comments
Hi @akash-isu, the input/output datasets for the experiments are available online. Unfortunately the code to repro the experiments is old and hasn't been ported to the latest version of ProGraML yet. Please see this comment for further details. Cheers, |
Hi Chris, Thank you for your prompt response. I appreciate you pointing me to the right place. Thank you for your response and help. Akash |
Hi Akash, ah I see, I didn't realize that the older commit doesn't have the code for graph classification checked in! That's a shame. Hmm.
We used the same GGNN implementation for both node classification and graph classification. You could start by adapting the existing node classification code to graph classification by changing the way you construct the GGNN. For device mapping, Lines 195 to 207 in a8fff63
Hope that helps. Cheers, |
Hi,
I want to reproduce the experiments in the ICML paper (specifically the Device Mapping task). I am doing a study on the performance of various code representations on this task and would be really helpful if I could reproduce it.
Is there a ready-to-use setup of that experiment anywhere?
Apologies if it's already there in the repo, and I was too stupid to find it.
The text was updated successfully, but these errors were encountered: