You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the code with prettytensor 0.7.3 and tensorflow 0.12.head, I get the error with no attribute tf.complex_abs, I assume that is because prettytensor doesn't support tensorflow 0.12.
However, when I try to run it with tensorflow 0.11.0rc1, I get the error no attribute 'GLOBAL_VARIABLES'. It seems like prettytensor requires tensorflow 0.12+.
Therefore I am stuck, are there any suggestions?
The text was updated successfully, but these errors were encountered:
When I try to run the code with prettytensor 0.7.3 and tensorflow 0.12.head, I get the error with no attribute tf.complex_abs, I assume that is because prettytensor doesn't support tensorflow 0.12.
However, when I try to run it with tensorflow 0.11.0rc1, I get the error no attribute 'GLOBAL_VARIABLES'. It seems like prettytensor requires tensorflow 0.12+.
Therefore I am stuck, are there any suggestions?
The text was updated successfully, but these errors were encountered: