Giter Club home page Giter Club logo

l-gcn's People

Contributors

florishermsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

l-gcn's Issues

Edge module

The Edge module is a critical part of L-GCN, please provide it as part of 'models' instead of as an example. Please ensure it works for different shapes of edge_attr.

When I tried it with my dataset, I got the following error:
RuntimeError: Expected 3-dimensional input for 3-dimensional weight 20 2 3, but got 2-dimensional input of size [25, 2] instead

It is not clear to me how I should modify the Edge module to work with my dataset for which each Data may have edge_attr with different shape.

Thanks.

TypeError: Required parameter edge_index is empty.

Tried to run LGCN in PyG 1.4.0 and got the following error:

File "C:\Anaconda3\lib\site-packages\torch_geometric\nn\conv\message_passing.py", line 180, in distribute
raise TypeError(f'Required parameter {key} is empty.')
TypeError: Required parameter edge_index is empty.

Please see PyG issue #1369: Required parameter edge_index is empty #1064

Please update the code to work with PyG 1.4.0. Thanks.

AttributeError

Tried to run the example and got the following error:
AttributeError: tuple object has no attribute 'flip'

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.