Skip to content

MariusGNN: how to define a GraphSAGE layer with fanout and dropout in config file? #155

@easypickings

Description

@easypickings

I want to run MariusGNN to train a GraphSAGE model with neighbor sampling dropout. As far as I understand, I need to define in the yaml config file GNN layers which describe number of neighbors to sample (fanouts) and dropout rate. However, I find that the max_neighbor option is only available in UNIFORM type of NeighborSamplingLayer, and rate option is only available in DROPOUT type. Is there a way to define both options for a GraphSAGE layer?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions