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

pytorch version and results reproduction #9

Open
drazellan opened this issue Dec 11, 2019 · 3 comments
Open

pytorch version and results reproduction #9

drazellan opened this issue Dec 11, 2019 · 3 comments

Comments

@drazellan
Copy link

Hi
Thanks for your code!
I trying to reproduce the result in the paper but i get at best 42.4 miou with a batch size of 2 on a P6000 nvidia card with your default setting.

By the way one's needs a card with at least 20Gb of memory to run your code, i try on a card with 16 Gb and i got a memory issue...

I use pytorch 1.2 and i see that you used pytorch 0.3.1 so maybe it's the reason for the performances degradation as i know there is a difference in the default behaviour in upsample between those 2 versions.
Have you try to re run the code with a newer version of pytorch than the 0.3.1?
Thanks

@hui-po-wang
Copy link
Owner

No, we only try our code on 0.3.1. If my memory serves me well, there is a difference between 0.3.1 and 0.4.1 such that the code behaves differently in terms of accuracy and memory usage.

Unfortunately, I do not have available machines to test it for now. But, please feel free to point out problems or consider a PR.

@drazellan
Copy link
Author

drazellan commented Dec 11, 2019 via email

@huitangtang
Copy link

@drazellan Hi, what's your result? I found that using align_corners=True produced a similar result. And when I run the code on two 2080Ti cards with 11 Gb, the result of miou degrades to <40%. Is it normal? Thank you for your response!

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

3 participants