SsGood / MMGL

Multi-modal Graph learning for Disease Prediction (IEEE Trans. on Medical imaging, TMI2022)
MIT License
92 stars 14 forks source link

The problem with input and weight #12

Closed RY-97 closed 1 year ago

RY-97 commented 1 year ago
无标题
SsGood commented 1 year ago

I‘m sorry I cannot reproduce your problem since the codes work well on my server when I run the code for ABIDE dataset. According to the content you post, I guess the features are not loaded as expected. In the top of your image, it shows the data shape is (871, 321) while the runtime error shows that the shape of the loaded feature is (871, 256). Could you provide more details?

RY-97 commented 1 year ago

I just ran with the ABIDE dataset, and this error occurred

SsGood commented 1 year ago

You can copy the folder 'MMGL/data' to the path 'MMGL/MMGL_transductive/data', and re-run the '.sh' file under the folder 'MMGL/MMGL_transductive/'

SsGood commented 1 year ago

I will close the issue, you could re-open it if the issue still exists.