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

Problem with validation code #92

Open
saivenkat-163 opened this issue Jul 9, 2021 · 0 comments
Open

Problem with validation code #92

saivenkat-163 opened this issue Jul 9, 2021 · 0 comments

Comments

@saivenkat-163
Copy link

The eval code evaluates only the latest checkpoint and exits throwing an error. I have pasted the error below. Can you please advice me on how to solve this problem?

Starting evaluation of './output/market1501/cosine-softmax\model.ckpt-0'
2021-07-09 16:42:27.964017: W tensorflow/core/kernels/queue_base.cc:277] _0_fifo_queue: Skipping cancelled enqueue attempt with queue not closed
Traceback (most recent call last):
File "train_market1501.py", line 127, in
main()
File "train_market1501.py", line 78, in main
train_app.eval_loop(
File "X:\deepsort_nwojke\cosine_metric_training\train_app.py", line 442, in eval_loop
trainer.evaluate(
File "X:\deepsort_nwojke\cosine_metric_training\queued_trainer.py", line 530, in evaluate
summary_str = session.run(summary_op)
File "C:\Users\Sai\anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 967, in run
result = self._run(None, fetches, feed_dict, options_ptr,
File "C:\Users\Sai\anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 1175, in _run
fetch_handler = _FetchHandler(
File "C:\Users\Sai\anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 487, in init
self._fetch_mapper = _FetchMapper.for_fetch(fetches)
File "C:\Users\Sai\anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 264, in for_fetch
raise TypeError('Fetch argument %r has invalid type %r' %
TypeError: Fetch argument None has invalid type <class 'NoneType'>

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