SyntaxFix
Write A Post
Hire A Developer
Questions
Use Tensorflow eager execution mode which is latest.
import tensorflow as tf tf.enable_eager_execution() my_int_variable = tf.get_variable("my_int_variable", [1, 2, 3]) print(my_int_variable)