[[0, 0, 0], [-0.25, -0.25, -0.25], [0, 0, 0], [-0.25, -0.25, -0.25], [1, 1, 1], [-0.25, -0.25, -0.25], [0, 0, 0], [-0.25, -0.25, -0.25], [0, 0, 0]]
Tensor("Shape_20:0", shape=(4,), dtype=int32)
0
9.07873e+08
1
9.07874e+08
2
9.07931e+08
3
9.07981e+08
4
9.07972e+08
5
9.07901e+08
---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call last)
<ipython-input-45-c81128e16b00> in <module>()
105 for index in range(1, file_num):
106 array360, array360_720, array720 = getimage(index)
--> 107 sess.run(train_step, feed_dict={x_image:[array360], x_image_720:[array360_720], y_image:[array720]})
108 print (steps)
109 print(sess.run(cost, feed_dict={x_image:[array360], x_image_720:[array360_720],y_image:[array720]}))
/home/alpha/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py in run(self, fetches, feed_dict, options, run_metadata)
776 try:
777 result = self._run(None, fetches, feed_dict, options_ptr,
--> 778 run_metadata_ptr)
779 if run_metadata:
780 proto_data = tf_session.TF_GetBuffer(run_metadata_ptr)
/home/alpha/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py in _run(self, handle, fetches, feed_dict, options, run_metadata)
980 if final_fetches or final_targets:
981 results = self._do_run(handle, final_targets, final_fetches,
--> 982 feed_dict_string, options, run_metadata)
983 else:
984 results = []
/home/alpha/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py in _do_run(self, handle, target_list, fetch_list, feed_dict, options, run_metadata)
1030 if handle is None:
1031 return self._do_call(_run_fn, self._session, feed_dict, fetch_list,
-> 1032 target_list, options, run_metadata)
1033 else:
1034 return self._do_call(_prun_fn, self._session, handle, feed_dict,
/home/alpha/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args)
1037 def _do_call(self, fn, *args):
1038 try:
-> 1039 return fn(*args)
1040 except errors.OpError as e:
1041 message = compat.as_text(e.message)
/home/alpha/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py in _run_fn(session, feed_dict, fetch_list, target_list, options, run_metadata)
1019 return tf_session.TF_Run(session, options,
1020 feed_dict, fetch_list, target_list,
-> 1021 status, run_metadata)
1022
1023 def _prun_fn(session, handle, feed_dict, fetch_list):
KeyboardInterrupt: