gabrieleilertsen / hdrcnn

HDR image reconstruction from a single exposure using deep CNNs
https://computergraphics.on.liu.se/hdrcnn/
BSD 3-Clause "New" or "Revised" License
502 stars 101 forks source link

Problem of tensorflow-gpu and OpenEXR version #42

Open Yi-rung opened 3 years ago

Yi-rung commented 3 years ago

I have problems with the versions of tensorflow-gpu and OpenEXR. Please tell me the versions you are using.

I'm trying hdrcnn_train.py with CUDA 10.1 tensorflow-gpu 1.14.0 OpenEXR 1.3.2 tensorlayer 1.11.0, but it didn't work.

Thanks!

gabrieleilertsen commented 3 years ago

Hi,

I'm currently running with: Cuda 10.0 tensorflow-gpu 1.15.0 OpenEXR 2.5.3 tensorlayer 1.11.1

But many other combinations should also be ok (although tensorflow 2 is not supported). What is the error you get?

Yi-rung commented 3 years ago

Thank you for answering. I try cuda 10.0 and solve my problem.