YuanXue1993 / SegAN

SegAN: Semantic Segmentation with Adversarial Learning
MIT License
182 stars 58 forks source link

Reproducing the results #10

Open shem-anton opened 5 years ago

shem-anton commented 5 years ago

Hi! I tried to reproduced the results with CUDA 9 and pytorch 1.1. I encountered several difficulties that required me to slightly modify code. Namely there are these two problems:

Could you please look at these? I think the issues might be caused by the updates in pytorch.

jingz12 commented 5 years ago

Hi, I am using cuda 10.0 and pytorch 1.0.1 I have the first error, too. And also used squeeze(1) to suppress it. But I did not have the second one.

YuanXue1993 commented 5 years ago

Thanks for pointing out these issues. I haven't got time to update the code for newer CUDA and pytorch version, but PR is welcomed!

yuexiaheihei commented 3 years ago

could you please tell your CUDA version and pytorch version