Closed foreverYoungGitHub closed 6 years ago
Getting similar error when running deconv_visualization. Note that this exception occurs following exceptions that has to do with 'Xla': tf_cnn_vis_Example2.ipynb
-> 2327 c_api.TF_OperationGetAttrValueProto(self._c_op, name, buf)
...
InvalidArgumentError: Operation 'Relu' has no attr named '_XlaCompile'.
Or: tf_cnn_vis_Example1.ipynb
ValueError: Operation 'conv1' has no attr named '_XlaCompile'.
Using Anaconda 3.6 with tensorflow 1.8 on either CentOS 7.2 or macOS.
Me, too. I have almost the same errors as @ggaziv . I work on Ubuntu 16.04.
I successfully fix it. According to this post, change _relu_grad
to relu_grad
. @foreverYoungGitHub @ggaziv
Works great ! Thanks @tengerye !
Thanks @tengerye Closing this now.
Currently, I'm using tensorflow 1.8. When I run the example code with the
deconv_visualization()
function.It returns error:
Do you have any idea about that. I'm really appreciate that!