I am grateful to the authors for providing such exceptional work. This work have greatly inspired me. While I was replicating the code, I encountered a bug related to mismatched modal data during the data loading process. Specifically, the issue is as follows:
During the debugging process, I noticed that when utilizing multimodal data, the case_id and slide_id of the current case do not align with the temp index in the omics data.
I found that the issue was caused by the following code in datasets/dataset_survival.py:
I am grateful to the authors for providing such exceptional work. This work have greatly inspired me. While I was replicating the code, I encountered a bug related to mismatched modal data during the data loading process. Specifically, the issue is as follows:
During the debugging process, I noticed that when utilizing multimodal data, the case_id and slide_id of the current case do not align with the temp index in the omics data.
I found that the issue was caused by the following code in datasets/dataset_survival.py:
I modified the code as follows, and it is now running correctly.
I'm not sure if this is an isolated case. I feel documenting the situation could help with reproducing this work, so I raised this issue.
Finally, thank you once again for your great work.