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
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.
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.