Skip to content

ezamyatin/walk_gnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WalkGNN

This is the official codebase of the paper

GNN Applied to Ego-nets for Friend Suggestions

Evgeny Zamyatin

Dataset

The EgoVK dataset is avalilable here.

The Yeast dataset is avalilable here.

Reproduction

To reproduce the results, use the following command.

Train:

python3 train.py --model walk_gnn --device cuda:0

Validate:

python3 validate.py --model walk_gnn --device cuda:0 --state_dict_path <path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages