You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback:
run_metadata=run_metadata)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1144, in run
raise six.reraise(*original_exc_info)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1129, in run
return self._sess.run(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1201, in run
run_metadata=run_metadata)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 981, in run
return self._sess.run(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 900, in run
run_metadata_ptr)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1135, in _run
feed_dict_tensor, options, run_metadata)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1316, in _do_run
run_metadata)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1335, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.UnknownError: exceptions.IndexError: list index out of range
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/ops/script_ops.py", line 158, in call
ret = func(*args)
File "/Users/sonam/dont-be-turtle/tfmodules/data_loader_coco.py", line 131, in _parse_function
filename = filename_item_list[1] +'/' + filename_item_list[2]
My datasource is correctly annotated with the correct number of images.
Installed all dependencies listed in requirements.txt
Running Python 2.7
macOS High Sierra
Have you encountered this error before in this script? How can I resolve this issue
The text was updated successfully, but these errors were encountered:
When running run_train_gpu.sh after following the installation steps I get this error;
File data_loader_coco.py", line 129, in _parse_function
filename = filename_item_list[1] +'/' + filename_item_list[2]
IndexError: list index out of range
[[Node: PyFunc = PyFuncTin=[DT_INT32], Tout=[DT_FLOAT, DT_FLOAT], token="pyfunc_0", _device="/device:CPU:0"]]
[[Node: IteratorGetNext = IteratorGetNextoutput_shapes=[[192,256,256,3], [192,64,64,4]], output_types=[DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"]]
Traceback:
run_metadata=run_metadata)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1144, in run
raise six.reraise(*original_exc_info)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1129, in run
return self._sess.run(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1201, in run
run_metadata=run_metadata)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 981, in run
return self._sess.run(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 900, in run
run_metadata_ptr)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1135, in _run
feed_dict_tensor, options, run_metadata)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1316, in _do_run
run_metadata)
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1335, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.UnknownError: exceptions.IndexError: list index out of range
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/tensorflow/python/ops/script_ops.py", line 158, in call
ret = func(*args)
File "/Users/sonam/dont-be-turtle/tfmodules/data_loader_coco.py", line 131, in _parse_function
filename = filename_item_list[1] +'/' + filename_item_list[2]
My datasource is correctly annotated with the correct number of images.
Installed all dependencies listed in requirements.txt
Running Python 2.7
macOS High Sierra
Have you encountered this error before in this script? How can I resolve this issue
The text was updated successfully, but these errors were encountered: