xhu248 / semi_cotrast_seg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to match results of the paper

sarahmhooper opened this issue · comments

Thank you for your paper and code.
When using the provided code for data preprocessing and model training, I am unable to match the results of the paper. My results are worse than the baseline numbers (random init) reported in the paper. Could the authors comment on how to replicate results? Perhaps hyperparameter settings need to be refined, or maybe there is a bug in the codebase?

It seems that the pre-training model is not loaded inside the fine-tuned model:I don't see the parameter config.load_model in the SegExperiment python file

I have a question tha:i am not sure that the percent of labeled data to use in ablation experiments in table 1 is pionted in step 2 (pixel contrast in supervised learing) ,or step 3(fine tune).