-
Notifications
You must be signed in to change notification settings - Fork 12
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
Having trouble with reproducing the results on MESSIDOR (zero-shot) #7
Comments
Hello @zheangh, Sorry for the late response. I have runned again the experiment you are mentioning, and I am getting similar results to the ones we reported in the paper. Please, see the following output:
Some small changes in the results can be explained by using updated libraries or seed-effect. However, the performance gap you are mentioning is too large. Right now I can't think of what might cause your problems in reproducing the results. Please let me know if there is any additional information that would help me reproduce your issue. Kind regards. |
I having the same reproducing issue as you got. I download the pretrained weight for the model and ran the command given in the repo
and got
I pretty much got the results as @zheangh and have a large performance gap compare with table 3 in the paper. Is it possible to share more setting on dataset part? Sincerely. |
Dear @jusiro ,
Thanks for releasing this well-organized repository. I cannot reproduce the results on MESSIDOR (zero-shot). What I have done is just downloading your pre-trained weights, downloading the MESSIDOR dataset, and running this command "python main_transferability.py --experiment 02_MESSIDOR --method zero_shot --load_weights True --domain_knowledge True --shots_train 0% --shots_test 100% --project_features True --norm_features True --folds 1 ".
However, the output is "Metrics: aca=0.490(0.000) - kappa=0.578(0.000) - macro f1=0.505(0.000)", which is different from the result in Table 3 of the paper (ACA=0.604). Do you see anything I missed? I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: