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

Training Fails with IndexError when using train.py #4

Open
jo7ueb opened this issue Mar 15, 2018 · 0 comments
Open

Training Fails with IndexError when using train.py #4

jo7ueb opened this issue Mar 15, 2018 · 0 comments

Comments

@jo7ueb
Copy link

jo7ueb commented Mar 15, 2018

Hi, I got following error when I tried to train PSP net with your train.py
How can I train my PSPNet model?

root@9bdbca328f5f:/yendo/oss/chainer-pspnet# python3 train.py --gpu --result_dir result configs/cityscapes/pspnet.yml
==========================================
Chainer version: 3.4.0
CuPy version: 2.4.0
Traceback (most recent call last):
  File "train.py", line 483, in <module>
    trainer = get_trainer(args)
  File "train.py", line 339, in get_trainer
    chainer.cuda.available, chainer.cuda.cudnn_enabled, ))
IndexError: tuple index out of range
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