hezhangsprinter / ID-CGAN

Image De-raining Using a Conditional Generative Adversarial Network
http://www.rci.rutgers.edu/~vmp93/index_ImageDeRaining.html
247 stars 57 forks source link

Deraining errors on CPU machine #8

Closed mohanrajmit closed 6 years ago

mohanrajmit commented 6 years ago

Hi,

I am trying to run this code in ubuntu without GPU. I am facing some issues. please find the below errors.

image

hezhangsprinter commented 6 years ago

Hi There, You may need to check how torch work on CPU and also uncomment any codes with cudnn. If you need some results from the code. I may be able to run for you.

Best

mohanrajmit commented 6 years ago

Thanks for your reply.

Can you please help me to run the code in CPU.

Thanks, Mohan

hezhangsprinter commented 6 years ago

Sorry there, I couldn't help at this point. I highly recommend you go through the Torch documentation.