Results 4 comments of Biswajit Satapathy

@Zeina-T Hi, I think you have not initialised the global variables after creating the graph. before doing any operation on graph you can use following; `sess.run(tf.global_variables_initializer())` as long as you...

@anglil Hi, I think you have not initialised the global variables after creating the graph. before doing any operation on graph you can use following; `sess.run(tf.global_variables_initializer())` as long as you...

I have tested it works for 3.10. Didn't test yet for other versions. If it works for other version, please do change the range of versions.