An error when run the project
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
It seems you are trying to run the project without GPU, what's your tensorflow version?
I have installed tf with the requirement.txt in your package, and the version is 1.1.0
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?
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'
https://github.com/mgharbi/hdrnet_legacy/issues/5 The issue may help you.
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
#63 This may help you