Giter Site home page Giter Site logo

Comments (1)

hongzimao avatar hongzimao commented on July 20, 2024
  1. Notice that different jobs may have different number of nodes (computation stages). We can't simply merge features from two jobs into a 2D matrix because of size mismatch. However, the 3D input will be reshape to 2D in the pipeline (after the message passing step in graph neural network). Keep in mind we need to keep track of which row in the 2D features corresponding to which job from the 3D input. If you are interested, we implement the reshape operation (for sparse features) in https://github.com/hongzimao/decima-sim/blob/c010dd74ff4b7566bd0ac989c90a32cfbc630d84/sparse_op.py (you can trace how these functions are used in the feature processing pipeline)

  2. We include the original feature because global level aggregation may find it more straightforward to use (e.g., sum the total work of all nodes). Feel free to leave out the merge and see if it affects the performance. It will be interesting to know.

from decima-sim.

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.