I am new to tensorflow and your guide is very cumbersome
how do i convert a tf.Variable to numpy?
var1 = tf.Variable(4.0)
I want to get [4.0]
[4.0]