1 min readOct 8, 2018
Hi, I need more details to understand your issue. Open your command line terminal (Anaconda prompt) and run the folLowing commands:
python
>> import tensorflow as tf
>> hello = tf.constant('hi,tensorflow')
>> sess = tf.Session()
What do you get ?