Skip to content

MiLab-HITSZ/2024XueSGCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scene-based Graph Convolutional Networks for Federated Multi-label Classification

Implementation of paper "Scene-based Graph Convolutional Networks for Federated Multi-label Classification"

Requirements

  • PyTorch 1.13.0
  • CUDA 11.0
  • FATE

Usage

For the sake of simplicity, this repository only contains the implementation code of the proposed method.

The experimental environment is built based on the FATE framework. For the construction of FATE framework, please refer to Here.