Closed manmanjun closed 3 years ago
Hi @manmanjun I mainly use the 3x P5000 with 16GB memory. For the stage-II, the input size is small. I use the 3x 2080TI with 11GB.
Hi, in the paper, Rectifying Pseudo Label Learning via Uncertainty Estimation for Domain Adaptive Semantic Segmentation, I have a question about the last picture: Prediction Confidence in Fig.5. What is the way to get confidence ?
Hi @manmanjun It is the prediction score after softmax function.
Hi, @layumi Thanks for your code! I use four 2080Ti gpus, which memory is only 11GB. So in the Stage-I, i may have to set crop-size to 512,256(It is being trained now). I am curious whether high-resolution training images are critical at this stage?
@Zachzhang97 Yes. For the first stage, the resolution of the input image is really important.
Sounds sad……Do you have any suggestions for reproducing your project on the GPU with smaller memory?
Sounds sad……Do you have any suggestions for reproducing your project on the GPU with smaller memory?
Apex is all you need.
@Zachzhang97 Yes. You may try float16, which will affect the performance but is way better than the small input resolution.
@Zachzhang97 Yes. You may try float16, which will affect the performance but is way better than the small input resolution.
All right, thanks a lot.
Sounds sad……Do you have any suggestions for reproducing your project on the GPU with smaller memory?
Apex is all you need.
Sorry,i don't understand what you mean.
Sounds sad……Do you have any suggestions for reproducing your project on the GPU with smaller memory?
Apex is all you need.
Oh, I understand what you mean, thanks !
I use two titanx gpus.Can you tell me the type of GPU you use?