I am using Tensorflow version 1.3.0 and Tensorboard (0.1.8), and when I am using tf.placeholder()
, tf.GLOBAL_VARIABLES()
or tf.global_variables_initializer
, it get an error like the one in the title. I know that there is an update in the function's syntax for this version, but I can't find what is wrong.
Can anyone help me?