CAL
CAL copied to clipboard
[KDD 2022] "Causal Attention for Interpretable and Generalizable Graph Classification" by Yongduo Sui, Xiang Wang, Jiancan Wu, Min Lin, Xiangnan He, Tat-Seng Chua.
which dataset do you use for reported accuracy? test or validation?
the url of MNIST and CIFAR-10 dataset has become invalid, so I would like to ask you how can I get the MNIST and CIFAR-10 datasets?
In the main_real.py file, there is no training for the baseline model. However, in the main_syn.py file, there is, for example: `from train import train_baseline_syn`.