-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Question about Low Correlations in the "stageA2_mbm_finetune" Execution on the GOD Dataset #26
Comments
I have an additional question. In your valuable experience, when adapting the code to another dataset, what would be a "good" value for the correlation (cor) of the train set/test set? |
Hello, I would like to ask if you only change the num_epoch in config.py from 15 to 5000 and maintain default values for other parameters? Look forward to your reply. |
Thanks for all your efforts!
When running "stageA2_mbm_finetune" with the GOD dataset, the obtained correlations are very small (approximately 0.02). When I execute "stageA2_mbm_finetune" using the following command, the correlations obtained on the GOD test dataset are extremely low, as shown in the figure below, reaching a maximum of only around 0.02. Is this a normal result?
python code/stageA2_mbm_finetune.py --dataset GOD --pretrain_mbm_path results/pretrains/GOD/fmri_encoder.pth
The text was updated successfully, but these errors were encountered: