Skip to content
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

Unable to reproduce results #7

Closed
ErikStammes opened this issue Jul 16, 2020 · 5 comments
Closed

Unable to reproduce results #7

ErikStammes opened this issue Jul 16, 2020 · 5 comments

Comments

@ErikStammes
Copy link

Hi,

Thanks for the great work. I'm trying to reproduce your results, but I can't seem to get close to the scores you report in the paper.

I have tried two settings:

  • The default parameters as given in the code. This results in ~56.2 mIoU without CRF and ~57.6 mIoU with CRF
  • With parameters as given in the paper (lower learning rate (0.001) and lower image resolution (321)). This results in ~55.4 without CRF and ~57.4 with CRF.

Other than those things, I have not made any changes. Any idea why my scores are much lower? Are there other parameters which I need to set?

Thanks!

@zbf1991
Copy link
Owner

zbf1991 commented Jul 17, 2020

I am not sure why your result is lower, do you train from init or from the pre-trained cls model? could you try again using train_cls_weight and the pre-trained classification model because it is more stable. Sorry for not solving your question.

@ErikStammes
Copy link
Author

I used train_from_init.py but that already uses pretrained weights, right? i.e. ilsvrc-cls_rna-a1_cls1000_ep-0001.params.

I'll try to use train_from_cls_weight now. What is the difference between train_from_cls_weight.py and train_from_cls_weight(ori).py?

@zbf1991
Copy link
Owner

zbf1991 commented Jul 17, 2020

Yeah. init used your mentioned model weights.
no difference between these two file. (ori) is just the older version. I will check init.py again. Maybe there is some mistake when I update it. Sorry for that.

@ErikStammes
Copy link
Author

Alright, thanks for the clarification!

@ErikStammes
Copy link
Author

I am now able to reproduce your results using train_from_cls_weight.py, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants