Code Monkey home page Code Monkey logo

Comments (8)

tkipf avatar tkipf commented on July 29, 2024

Thanks for reporting! Which version of keras are you using?

from keras-gcn.

owang avatar owang commented on July 29, 2024

2.0.5, I just saw from the other issue that this version is not supported yet! Thanks, I'll wait for the fix =)

from keras-gcn.

tkipf avatar tkipf commented on July 29, 2024

I'll look into it soon - will keep you updated!

from keras-gcn.

hafizimtiaz avatar hafizimtiaz commented on July 29, 2024

I am also facing the same issue using Keras 2.0.4.

from keras-gcn.

buaahsh avatar buaahsh commented on July 29, 2024

I upgraded gcn for keras 2.0.5, you can try it in https://github.com/buaahsh/keras-gcn.
The code needs to be modified in three place in order to handle keras 2.X.

  • initializations -> initializers

  • add self.is_placeholder = True in GraphInputLayer

  • change get_output_shape_for into compute_output_shape in GraphConvolution

from keras-gcn.

tkipf avatar tkipf commented on July 29, 2024

Thanks! Feel free to make a pull request

from keras-gcn.

hafizimtiaz avatar hafizimtiaz commented on July 29, 2024

My bad, I forgot to re-install. Its working perfectly.

Hi @buaahsh
I downloaded your repo. But it still shows the same error on line 57 of train.py

ValueError: Dimensions must be equal, but are 16 and 1432 for 'graph_convolution_4/MatMul' (op: 'MatMul') with input shapes: [?,16], [1432,7].

from keras-gcn.

tkipf avatar tkipf commented on July 29, 2024

Fixed with #10

from keras-gcn.

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.