zxj32 / uncertainty-GNN

Uncertainty Aware Semi-Supervised Learning on Graph Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baseline.py: saving output probability (.npy file)

sudipansaha opened this issue · comments

It seems like in baseline.py, when if FLAGS.OOD_detection == 0 output probability (.npy file) is not not saved and when FLAGS.OOD_detection == 1 output probability (.npy file) is saved, but without the _ood extension (i.e., to incorrect directory).

Thanks for pointing out this error, I just fixed it,