Tensorflow: tf.complex_abs not supported in r1.0.0

Created on 10 Feb 2017  ·  1Comment  ·  Source: tensorflow/tensorflow

NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed.
HI,
I installed tf from this link on Mac OS Sierra 10.12. However, tf.complex_abs() module is returning an error "'module' object has no attribute 'complex_abs'".

The output from python -c "import tensorflow; print(tensorflow.__version__)". :: 1.0.0-rc2

Most helpful comment

It has been deprecated and is now called tf.abs(). PrettyTensor doesn't support this apparently. Closing it, since it is not a tf issue.

>All comments

It has been deprecated and is now called tf.abs(). PrettyTensor doesn't support this apparently. Closing it, since it is not a tf issue.

Was this page helpful?
0 / 5 - 0 ratings