Hi @ChrisCummins ,
Thank you so much for your work with ProGraML!
I was trying to replicate the DevMap experiments. So far, I was able to use the code you have provided to create the dataset (using the command bazel run //programl/task/devmap/dataset:create.
However, I am not sure how to trigger the experiment itself. I tried bazel run //programl/task/dataflow:train_ggnn -- -analysis devmap --path=/path/to/datasets, along the same lines as the reachability analysis command, but it looks like this is not the way to do it.
Could you please point me in the right direction to reproduce the DevMap results as shown in the paper?
Thank you!
Just FYI - I was able to trigger the reachability analysis using the command bazel run //programl/task/dataflow:train_ggnn -- -analysis reachability --path=/path/to/datasets and it is running as of now.
Hi @ChrisCummins ,
Thank you so much for your work with ProGraML!
I was trying to replicate the DevMap experiments. So far, I was able to use the code you have provided to create the dataset (using the command
bazel run //programl/task/devmap/dataset:create.However, I am not sure how to trigger the experiment itself. I tried
bazel run //programl/task/dataflow:train_ggnn -- -analysis devmap --path=/path/to/datasets, along the same lines as the reachability analysis command, but it looks like this is not the way to do it.Could you please point me in the right direction to reproduce the DevMap results as shown in the paper?
Thank you!
Just FYI - I was able to trigger the reachability analysis using the command
bazel run //programl/task/dataflow:train_ggnn -- -analysis reachability --path=/path/to/datasetsand it is running as of now.