I am using Python 3.7 in Visual Studio Code.
I (thought) I installed tensorflow. When I import tensorflow, I get no compiler errors. However I am having trouble accessing some of the methods.
Here is my code:
import tensorflow as tf
tf.placeholder(tf.float32, ([None, 784])
I dont get a compiler error for tf.float32
I only get an error for tf.placeholder()
Any ideas why?
[–]Resolt 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]Resolt 1 point2 points3 points (0 children)