Giter Site home page Giter Site logo

Comments (3)

LirongWu avatar LirongWu commented on August 15, 2024

Thank you for being interested in our work. Please note that (1) We use DGL to implement all the GNN models on three citation datasets (Cora, Citeseer, and Pubmed). In order to evaluate the model with different splitting strategy (fewer and harder label rates), you need to replace the file (dgl/data/citation_graph.py) with the citation_graph.py provided. (2) The results of four data splitting settings for the Cora, Citeseer and Pubmed datasets are reported in the paper, depending on the parameter "percent", and only the hyperparameters for one of the data splitting settings are provided in the param folder; the hyperparameters for the remaining settings can be searched in a similar way using the hyperparameter search tool NNI. (3) Since different hardware platforms vary greatly, fixed hyperparameters may not give exactly the same results in different hardware, so we suggest you to use NNI to search hyperparameters according to the search space described in the paper. If you still find it difficult after trying, please feel free to contact us and we can provide you with scripts for hyperparameter search and hyperparameters for other data splitting settings, but this may take a little time as we need to organize this work that is almost two years old.

from md-gnn.

bwdeng20 avatar bwdeng20 commented on August 15, 2024

Thanks for the swift reply.

For fast verification, I have only tested three citation datasets with one split setting mentioned in Table 6. Could you please tell me which splits the default hyperparameter files under the param directory are for?

from md-gnn.

LirongWu avatar LirongWu commented on August 15, 2024

You can refer to the parameter "percent" in the param file, which tells us the percentage of labeled data used for training. For example, when percent=0.005 (default hyperparameter for Cora), it means that there are 0.5% of labeled nodes used for training, which corresponds to the result of TrainPCT=0.5% in Table 6.

from md-gnn.

Related Issues (1)

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.