Giter Club home page Giter Club logo

Comments (4)

mmv avatar mmv commented on August 21, 2024 1

You seem to be trying to run the network directly against a GraphTuple with numpy arrays (hence .shape being a tuple instead of TensorShape).

In order to run the network you must feed it tf.placeholder objects which are filled with the actual values through session.run(). There are some helper functions to create tf.placeholder objects based on the GraphTuple. Check the example notebooks for now to run the network.

from graph_nets.

luyifanlu avatar luyifanlu commented on August 21, 2024

There are seem no global-level attributes in the graphs. dose it work?why?

from graph_nets.

jcsh4326 avatar jcsh4326 commented on August 21, 2024

There is a global feature with

G.graph["features"] = np.array([0.])

I also update my comment in #6(comment) where you can see more information.

from graph_nets.

alvarosg avatar alvarosg commented on August 21, 2024

Closing due to inactivity, since the last answer seems to have worked for the OP.

Run "graph nets basics demo" in browser

The new "graph nets basics demo" is a tutorial containing step by step examples about how to create and manipulate graphs, how to feed them into graph networks and how to build custom graph network modules. It should contain most of the answers to these questions.

from graph_nets.

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.