-
Notifications
You must be signed in to change notification settings - Fork 116
Question about cindex_score function #18
Copy link
Copy link
Open
Description
Hi! Thank you very much for the awesome work!
I have a question regarding the c-index below.
DeepDTA/deepdta-toy/run_experiments.py
Line 404 in 62b157c
| def cindex_score(y_true, y_pred): |
My question is: should the line tf.cast(g == 0.0, tf.float32) be tf.cast(tf.math.equal(g, 0.0), tf.float32) ?
Thank you very much in advance.
Kyohei
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels