Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 353 Bytes

Set up environment

pip install -r requirements.txt

Run model

Run this command to get different student models for PPI dataset & GAT architecture

python main.py --mode={"full", "teacher", "mi", "att", "fit"}

mode:

  • teacher: KD
  • full: training student use full supervision
  • mi: LSP
  • fit: FitNet
  • att: Attention Transfer