Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INFO:tensorflow:Error reported to Coordinator: <class 'tensorflow.python.framework.errors_impl.NotFoundError'>, tfrecords/kitti_train.tfrecord #7

Open
w5688414 opened this issue Nov 24, 2017 · 0 comments

Comments

@w5688414
Copy link

w5688414 commented Nov 24, 2017

when I run this command:
jupyter notebook notebooks/ssd_kitti_tests.ipynb

I met a problem when I run the following code:

`# with queues.QueueRunners(sess):

Start populating queues.

coord = tf.train.Coordinator()
threads = tf.train.start_queue_runners(coord=coord)`

and the error information is:

INFO:tensorflow:Error reported to Coordinator: <class 'tensorflow.python.framework.errors_impl.NotFoundError'>, tfrecords/kitti_train.tfrecord [[Node: parallel_read/ReaderReadV2 = ReaderReadV2[_device="/job:localhost/replica:0/task:0/cpu:0"](parallel_read/TFRecordReaderV2, parallel_read/filenames)]]

Can anyone help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant