mims-harvard / Raindrop

Graph Neural Networks for Irregular Time Series
MIT License
161 stars 33 forks source link

Input contains NaN. #4

Closed Zzzoptimus closed 1 year ago

Zzzoptimus commented 1 year ago

Hello,thanks for your excellent work.I think your approach is the future of innovation..I've already finished the dataset. Then i use "python Raindrop.py"in my terminal. Traceback (most recent call last): File "Raindrop.py", line 336, in train_auroc = roc_auc_score(train_y, train_probs[:, 1]) ValueError: Input contains NaN. I find the values of train_probs[:, 1] all zero. What's the problem?