Skip to content

Latest commit

 

History

History

gin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

GIN

========================

How to run

Run with following:

# use tensorflow bakcend

TL_BACKEND=tensorflow python gin_trainer.py --dataset=MUTAG 
# use pytorch backend
TL_BACKEND=torch python gin_trainer.py --dataset=MUTAG 
# use paddle backend
TL_BACKEND=paddle python gin_trainer.py --dataset=MUTAG 

Results

Dataset Paper Our(pd) Our(tf) Our(th)
MUTAG 89.4 ± 5.6 89.4 ± 5.6 89.4 ± 5.6 89.4 ± 5.6