Graph-Posterior-Network icon indicating copy to clipboard operation
Graph-Posterior-Network copied to clipboard

Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classification (NeurIPS 2021)

Results 3 Graph-Posterior-Network issues
Sort by recently updated
recently updated
newest added

Upon analyzing the sample_per_class function in the code (around lines 188 and 189), I noticed that it seems to be causing a discrepancy in the size of the test set....

Hi, I ran the experiments for ood_loc_gpn_{10,16} to reproduce the results. The metrics are logged after training as follows: > | | val | test | |:----------------------------------------|-------------:|--------------:| | accuracy |...

Hi, I followed the environment creation and when I tried to direct run the vanilla classification with the given yml, the error happened. I spent some time but still have...