You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing this code.
I am trying to implement this code. However, I have the main question regarding:
lbl_pred = model(graph, masked_cls)
In this line of code, the graph contains the images and maskled_cls is the cluster labels, right?
the output of this model, is binary values of 0 and 1, indicating the event value or it is the survival time?