Shurui Gui
Shurui Gui
Hi @depcco, Yes, datasets are stored on [Google Drive](https://github.com/divelab/GOOD/blob/fff0e2dc311e1d0e0a23052f6c601db4f185e12e/GOOD/data/good_datasets/good_motif.py#L44). Best
Hi @depcco, My guess is that the error comes from `cilog`, but I am afraid that the information provided is not enough to locate the problem. Many issues could come...
Okay, maybe your console does not support the setting we set, then you can simply remove the `**pbar_setting`.
Given current provided information, it is hard to locate the problem. Would you mind to 1) Share the information of your system and conda environments? 2) Follow the installation instruction...
Hi @depcco, It is true that concept shift is harder than covariate shift from some perspectives, but the performances are not comparable on difference shifts. The performance drop indicates the...
> I would like to know which output results the data IDs IDID and OODOOD in the experimental data table correspond to IDID uses the In-Domain checkpoint. OODOOD uses the...
We take the average which was detailed in the paper. :)
Can you provide all environment related information?
Seems like a compatibility issue. How about trying these versions: PyTorch (==1.10.1), PyG (==2.0.3)?
Hi @depcco, The code logic here is to create a GIN with `num_layer` layers with different initial modules. The `.extend` operation is just to append the `num_layer - 1` GIN...