Giter VIP home page Giter VIP logo

gnn4cd's People

Contributors

zhengdao-chen avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

gnn4cd's Issues

lgnn training time

Generating the lgnn adjacencies for the hierachy takes forever. np.dot(QQ, QQ) in file load.py line 19 is the bottleneck. This is a very large matmul 6000 times (for 6000 training samples) and only possible to perform on the cpu (due to vram constraints) ?
How long does it take to train the lgnn ? How did you pull it off for the paper ?

问题请教

你好,可否请你详细说说这个有监督的社区检测问题和一般的节点分类问题之间的区别在哪?

real data sets

Hi, could you also provide your preprocessed real dataset (Amazon, DBLP, Youtube)?

问题请教

你好,请问我可否理解成你这篇文章的任务是在图上区分出固定数目的不同社区,而不是预测这些社区明确的label?

相关环境依赖 以及 运行报错

您好,能不能说明一下相关环境依赖,比如pytorch版本, python版本。
以及尝试运行的时候会报错
File "main_gnn.py", line 9, in
from models import GNN_bcd, GNN_multiclass
ModuleNotFoundError: No module named 'models'
不知道这里的models是哪个库里面的?

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.