Giter Club home page Giter Club logo

Comments (5)

shakedbr avatar shakedbr commented on May 24, 2024

Hi @LeadBeetle,
Thank you for your interest in our work!

We are in the process of organizing and refactoring our code and hope to release everything by the end of September.
We will send a comment in this thread once the entire code is public.

Best,
Shaked

from how_attentive_are_gats.

LeadBeetle avatar LeadBeetle commented on May 24, 2024

Hi @shakedbr,

alright, thanks for your fast reply.
In the GAT-V2 paper, you are mentioning some parameters of your trained models in the appendix. Could you elaborate on the exact configuration of your models (i.e. dropout or the use of bag of tricks)? With the parameters you mentioned in the paper we run into overfitting and slow convergence as we try to reproduce your accuracy scores.

Best regards

from how_attentive_are_gats.

shakedbr avatar shakedbr commented on May 24, 2024

Hi @LeadBeetle,

Here are the hyperparameters we used for the ogbn datasets.
For full reproducibility of our experiments, please wait for the full code release.

ogbn-arxiv:

num_layers 3                  
batch_size 20000
hidden_channels 256
dropout 0.25
lr 0.01
epochs 50
use_layer_norm
use_residual
use_saint
saint_num_steps 30
saint_walk_length 3

ogbn-mag:

num_layers 2     
batch_size 20000
hidden_channels 256
dropout 0.5
lr 0.01
epochs 100
use_layer_norm
use_residual
use_neighbor_sample

ogbn-products:

num_layers 3     
batch_size 256
hidden_channels 128
dropout 0.5
lr 0.001
epochs 100
use_residual_with_linear
use_neighbor_sample

ogbn-proteins:

num_layers 6     
batch_size (len(train) + 9) // 10
hidden_channels 64
dropout 0.25
lr 0.01
epochs 1200
use_batch_norm
use_residual
use_neighbor_sample

Best,
Shaked

from how_attentive_are_gats.

LeadBeetle avatar LeadBeetle commented on May 24, 2024

Many thanks to you!

from how_attentive_are_gats.

shakedbr avatar shakedbr commented on May 24, 2024

Hi @LeadBeetle

The code for reproduction is now available!

from how_attentive_are_gats.

Related Issues (6)

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.