Giter VIP home page Giter VIP logo

Comments (5)

tkipf avatar tkipf commented on July 17, 2024 2

from pygcn.

tkipf avatar tkipf commented on July 17, 2024

from pygcn.

kkteru avatar kkteru commented on July 17, 2024

I have been trying to understand what you mean by 'there is no dropout on the first layer' and 'sparse dropout'.

def forward(self, x, adj):
        x = F.relu(self.gc1(x, adj))
--->    x = F.dropout(x, self.dropout, training=self.training)
        x = self.gc2(x, adj)
        return F.log_softmax(x, dim=1)

^ I am assuming this to be the dropout on first layer. Please let me know what I am missing.

Thanks!

from pygcn.

kkteru avatar kkteru commented on July 17, 2024

I see. Thanks for the clarification!

from pygcn.

chenzhao avatar chenzhao commented on July 17, 2024

The data splits are different, the normalization of the adjacency matrix is slightly different and there is no dropout on the first layer.

On Tue 25. Sep 2018 at 10:02 hokuto_HIRANO @.***> wrote: As I trained, the result of this repository is more accurate than the original paper (SEMI-SUPERVISED CLASSIFICATION WITH GRAPH CONVOLUTIONAL NETWORKS) in cora dateset. What is different from the original code? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#20>, or mute the thread https://github.com/notifications/unsubscribe-auth/AHAcYEuO_TElTlJUjoBe3gc4rS13e0dtks5uefE3gaJpZM4W4Kyk .

Hi, this is some very clean code. Good job. I compared the accuracy on Cora with this repo and GCN sample codes from PyG and DGL. Surprisingly, result from this one is about 2 to 3 points better (0.83 v.s. 0.81). Is it because of the slightly different adjacency matrix? Thanks a lot.

from pygcn.

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.