DeepUPE icon indicating copy to clipboard operation
DeepUPE copied to clipboard

An error when run the project

Open jzpwhu1996 opened this issue 6 years ago • 8 comments

Sorry to bother you. I meet an error when I run the project:

InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op 'BilateralSliceApply' with these attrs. Registered devices: [CPU], Registered kernels: device='GPU'

My tensorflow was installed by the requirements.txt, and my cuda version is 8.0 with cudnn 5.1. Could you help me to solve the problem? thx a lot

jzpwhu1996 avatar Jan 14 '20 09:01 jzpwhu1996

It seems you are trying to run the project without GPU, what's your tensorflow version?

wangruixing avatar Jan 14 '20 09:01 wangruixing

I have installed tf with the requirement.txt in your package, and the version is 1.1.0

jzpwhu1996 avatar Jan 14 '20 09:01 jzpwhu1996

I have installed tf with the requirement.txt in your package, and the version is 1.1.0

Can you open the python and try to print the tf version?

wangruixing avatar Jan 14 '20 09:01 wangruixing

I have installed tf with the requirement.txt in your package, and the version is 1.1.0

Can you open the python and try to print the tf version?

Yes,and the results: python Python 2.7.12 (default, Oct 8 2019, 14:14:10) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import tensorflow as tf tf.version '1.1.0'

jzpwhu1996 avatar Jan 14 '20 09:01 jzpwhu1996

https://github.com/mgharbi/hdrnet_legacy/issues/5 The issue may help you.

wangruixing avatar Jan 14 '20 09:01 wangruixing

mgharbi/hdrnet_legacy#5 The issue may help you.

Thx a lot, I will try again.

jzpwhu1996 avatar Jan 14 '20 10:01 jzpwhu1996

I meet the same problem. your method may not solve it

my envs python: 2.7.12 cuda :8.0 tensorflow:1.1.0

cpu and gpu: s id: 0000:02:00.0) [name: "/cpu:0" device_type: "CPU" memory_limit: 268435456 locality { } incarnation: 13936991256603545759 , name: "/gpu:0" device_type: "GPU" memory_limit: 23538335744 locality { bus_id: 1 } incarnation: 3264491823656860756

shu616048151 avatar Jan 15 '20 06:01 shu616048151

#63 This may help you

peterlipan avatar Feb 05 '20 10:02 peterlipan