Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 782 Bytes

readme.md

File metadata and controls

37 lines (25 loc) · 782 Bytes

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