speedinghzl / pytorch-segmentation-toolbox

PyTorch Implementations for DeeplabV3 and PSPNet
MIT License
768 stars 167 forks source link

error in 8 GPU server #17

Closed MillX2021 closed 5 years ago

MillX2021 commented 5 years ago

Hi, I had run the project in my server. My server has 2 CPU and 8 GPU(GTX 1080TI). But when i run the project by used 8 GPU, speed is so slowly(20+s/iter), and iter be 7 or 8,the program stop. when I use 4 GPU, the speed is so quickly(2s/iter). Did you have same problem?

speedinghzl commented 5 years ago

@Millczc Yes, I have the same problem. Please refer to an Inplace-ABN issue.