Shift-Robust-GNNs icon indicating copy to clipboard operation
Shift-Robust-GNNs copied to clipboard

How to verify performance on datasets with unbiased training samples?

Open hongyonghan opened this issue 2 years ago • 2 comments

How to verify performance on datasets with unbiased training samples?

hongyonghan avatar Jan 31 '23 11:01 hongyonghan

when the --biased-sample is False,the code can not run.

hongyonghan avatar Jan 31 '23 13:01 hongyonghan

While running main_gnn.py, I am getting the following error: if len((diagonals)) == 0 or isscalarlike(diagonals[0]): TypeError: object of type 'int' has no len()

Could you please help me with this. Thanks in advance. P.S. I am new to python.

Akanshaaga avatar Jan 31 '23 14:01 Akanshaaga