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

multi_thread----ValueError: need more than 2 values to unpack #8

Closed
ArsenLuca opened this issue Nov 14, 2017 · 1 comment
Closed

multi_thread----ValueError: need more than 2 values to unpack #8

ArsenLuca opened this issue Nov 14, 2017 · 1 comment
Assignees

Comments

@ArsenLuca
Copy link

When I set multi_thread to True in train_cityscapes.cfg, error happens as below:

File "/home/xxx/anaconda2/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/xxx/anaconda2/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/home/xxx/TuSimple-DUC/tusimple_duc/core/cityscapes_loader.py", line 83, in _worker
index, image, label = CityLoader._get_single(item, input_args)
ValueError: need more than 2 values to unpack

But when multi_thread is False, no error happens.

@GrassSunFlower
Copy link
Contributor

fixed by latest commit.

@wpqmanu wpqmanu closed this as completed Nov 26, 2017
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

3 participants