I am new to python and searching the “attributeerror module tensorflow has no attribute configproto” to understand it better. It seems it doesn’t work as expected when I used some suggestions before. Here is the command line I use:
Home/tensorflow
ITtutoria Latest Questions
Paul Cornu
Asked: May 11, 2022In: Programs
I don’t know what I’m doing wrong, but I’ve already lost a couple of days struggling with this. Here is my command line: import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session() sess.run(hello) 'Hello, TensorFlow!' ...