I'm still new to Python, Machine Learning and TensorFlow, but doing my best to jump right in head-first. I could use some help though.
My data is currently in a Pandas dataframe. How can I convert this to TensorFlow object? I've tried
dataVar_tensor = tf.constant(dataVar)
depth_tensor = tf.constant(depth)
But, I get errors [15780 rows x 9 columns] - got shape [15780, 9], but wanted []
.
I'm sure this is probably a straightforward question, but I could really use the help.
Many thanks
ps. I'm running tensorflow 0.12 with Anaconda Python 3.5 on Windows 10