Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 426 Bytes

FAITH

This is the code for the paper FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs

The citation is currently unavailable, and we will update this page when the paper is finally published.

Requirement:

torch==1.8.1

Code Runing:

Run the command: unzip data.zip

Then run the command: python train.py

To switch the dataset, modify the "datasets" variable in line 1192 of train.py.