TensorFlow-Time-Series-Examples
TensorFlow-Time-Series-Examples copied to clipboard
tensorflow.python.framework.errors_impl.InvalidArgumentError
Hi, i'm trying train_csv.py, but when i run i have the error in the object at this row
data = sess.run(data)
this is the console error
Traceback (most recent call last): File "timeSeries.py", line 50, in <module> tf.app.run() File "/Users/andreaspindox/Documents/Progetti/regressionTest/regressionTest/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "timeSeries.py", line 20, in main data = sess.run(data) File "/Users/andreaspindox/Documents/Progetti/regressionTest/regressionTest/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 889, in run run_metadata_ptr) File "/Users/andreaspindox/Documents/Progetti/regressionTest/regressionTest/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1120, in _run feed_dict_tensor, options, run_metadata) File "/Users/andreaspindox/Documents/Progetti/regressionTest/regressionTest/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1317, in _do_run options, run_metadata) File "/Users/andreaspindox/Documents/Progetti/regressionTest/regressionTest/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1336, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError