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

How to run #44

Open
yasar785 opened this issue Aug 12, 2018 · 2 comments
Open

How to run #44

yasar785 opened this issue Aug 12, 2018 · 2 comments

Comments

@yasar785
Copy link

Hey i have downloaded the whole code and data set but i dont know how to train or run it because there is no read me file or proper instruction how to execute it ?
Kindly help me.

@1037861070
Copy link

joints[i], joints[j] = joints[j].copy(), joints[i].copy()

IndexError: index 9 is out of bounds for axis 0 with size 3

Exception in main training loop: 'NoneType' object is not iterable
Traceback (most recent call last):
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/training/trainer.py", line 315, in run
update()
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/training/updaters/standard_updater.py", line 165, in update
self.update_core()
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/training/updaters/parallel_updater.py", line 110, in update_core
batch = iterator.next()
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/iterators/multiprocess_iterator.py", line 148, in next
self.dataset_timeout)
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/iterators/multiprocess_iterator.py", line 417, in measure
self.mem_size = max(map(_measure, batch))
Will finalize trainer extensions and updater before reraising the exception.
Traceback (most recent call last):
File "scripts/train.py", line 229, in
trainer.run()
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/training/trainer.py", line 329, in run
six.reraise(*sys.exc_info())
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/six.py", line 693, in reraise
raise value
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/training/trainer.py", line 315, in run
update()
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/training/updaters/standard_updater.py", line 165, in update
self.update_core()
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/training/updaters/parallel_updater.py", line 110, in update_core
batch = iterator.next()
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/iterators/multiprocess_iterator.py", line 148, in next
self.dataset_timeout)
File "/home/design/anaconda3/envs/tensorflow019/lib/python3.5/site-packages/chainer/iterators/multiprocess_iterator.py", line 417, in measure
self.mem_size = max(map(_measure, batch))
TypeError: 'NoneType' object is not iterable
Error in sys.excepthook:

Original exception was:
Error in sys.excepthook:

how to solve it?

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
@1037861070 @yasar785 and others