Skip to content

YujieMo/MGDCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplex Graph Representation Learning via Dual Correlation Reduction

This repository contains the reference code for the paper "Multiplex Graph Representation Learning via Dual Correlation Reduction".

Contents

  1. Installation
  2. Preparation
  3. Testing
  4. Training

Installation

pip install -r requirements.txt

Preparation

weights see >>>here<<<.

Configs see >>>here<<<.

Dataset (--dataset-class, --dataset-name,--Custom-key)

Important args:

  • --pretrain Test checkpoints
  • --dataset-name acm, imdb
  • --custom_key Node: node classification Clu: clustering Sim: similarity SemiNode: semi-supervised learning

Training

python main.py

Testing

Choose the custom_key of different downstream tasks

About

The implementation of MGDCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages