GithubHelp home page GithubHelp logo

Comments (3)

ChrisCummins avatar ChrisCummins commented on June 2, 2024

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,
Chris

from programl.

akash-isu avatar akash-isu commented on June 2, 2024

Hi Chris,

Thank you for your prompt response. I appreciate you pointing me to the right place.
However, I was looking more for the Device Mapping experiments. I know where to get the dataset. I was looking more for the model you implemented for the paper and would like to replicate the exact model. If you had any pointers to where I could find that, it'd be really helpful.

Thank you for your response and help.

Akash

from programl.

ChrisCummins avatar ChrisCummins commented on June 2, 2024

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.

I was looking more for the model you implemented for the paper and would like to replicate the exact model. If you had any pointers to where I could find that, it'd be really helpful.

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, graph_y_dimensionality=2 and node_y_dimensionality=0, for algorithmic classification graph_y_dimensionality=104 and node_y_dimensionality=0:

class Ggnn(Model):
"""A gated graph neural network."""
def __init__(
self,
vocabulary: Dict[str, int],
node_y_dimensionality: int,
graph_y_dimensionality: int,
graph_x_dimensionality: int,
use_selector_embeddings: bool,
test_only: bool = False,
name: str = "ggnn",
):

Hope that helps.

Cheers,
Chris

from programl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.