-
Notifications
You must be signed in to change notification settings - Fork 4
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
Could you provide the setting of training Deeplab on MSCOCO dataset? #3
Comments
Thanks for your interest in our work. This is the config file for training Deeplab on the MSCOCO dataset.
|
Thanks a lot, and i want to know whether you use the balance loss? |
No, we use the classical Cross Entropy loss ( |
Thanks, and how many GPU you used for training? 2? I use one and it shows out of memoory |
I used two RTX 3090 (24GB) GPUs for training, but it is OK for a single GPU as well. |
I have tried two 3090 (24GB) but it still shows out of memory... |
It shouldn't be out of memory if you set the BATCH_SIZE to 10. What IMAGE SIZE do you use? |
I copy your config so the size is 481x481. I try it on a single a100 gpu and it costs 58g |
Sorry, I give you the wrong config. I have updated it. I use the image size 321x321 (same as VOC). |
Thanks! But i want to know wherther you have tried the size of 481x481? It seems that other works use this size. |
Yes, I have tried it and got a similar result. |
Well, thank you! To be honest i follow you from this link jbeomlee93/RIB#2 (comment), and he provide the size of 481x481 so i am a little curious hhh |
I cannot remember who provide the size 321x321 to me hhh. |
Yes,it costs met two days to find the details of the corresponding settings. Thank you very much! |
Hello. Thank you for the amazing work here. |
No description provided.
The text was updated successfully, but these errors were encountered: