Skip to content

rxr0606/MSGCL

Repository files navigation

MSGCL

MSGCL please run by:#nohup python -u main.py -dataset MDAD -k_fold 5 -sparse 0 -epochs_cls 600 -lr_cls 0.001 -w_decay_cls 0.0005 -hidden_dim_cls 32 -dropout_cls 0.5 -dropedge_cls 0.25 -nlayers_cls 2 -patience_cls 10 -epochs 4000 -lr 0.01 -w_decay 0.0 -hidden_dim 512 -rep_dim 256 -proj_dim 256 -dropout 0.5 -dropedge_rate 0.5 -nlayers 2 -type_learner fgp -k 30 -sim_function cosine -activation_learner relu -gsl_mode structure_refinement -eval_freq 100 -tau 1 -maskfeat_rate_learner 0.5 -maskfeat_rate_anchor 0.7 -contrast_batch_size 0 -c 0

REQUIREMENTS

This code requires the following:

  • Python==3.7
  • PyTorch==1.14
  • DGL==0.9.1
  • Numpy==1.20.2
  • Scipy==1.6.3
  • Scikit-learn==1.1.2
  • ogb==1.3.5

Releases

No releases published

Packages

No packages published

Languages