graph-star-team / graph_star

Graph Star Net
MIT License
108 stars 18 forks source link

Minor fixes #1

Closed Khev closed 5 years ago

Khev commented 5 years ago

1) Enabled code to be run using CPU, achieved using --device 'cpu'. E.g. Full command is

python run_lp.py --dataset=pubmed --dropout=0 --hidden=512 --l2=5e-4 --num_layers=3 --cross_layer=False --patience=500 --device 'cpu'

2) Fixed other minor changes: (i) create 'output' directory if it doesn't exist (ii) added output & tensorboard files to the .gitignore.