-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
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. |
Thanks for your reply
I just lauch a learning with modification in upsample to use align_corners=True like in the 0.3.1 version
…________________________________
De : Hui-Po Wang <[email protected]>
Envoyé : mercredi 11 décembre 2019 09:58
À : a514514772/DISE-Domain-Invariant-Structure-Extraction <[email protected]>
Cc : drazellan <[email protected]>; Author <[email protected]>
Objet : Re: [a514514772/DISE-Domain-Invariant-Structure-Extraction] pytorch version and results reproduction (#9)
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJGN4N7CR7FRNCL5RXSH63DQYC2TVANCNFSM4JZLHGAQ>.
|
@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! |
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
The text was updated successfully, but these errors were encountered: