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

IndexError: too many indices for array #13

Open
huangkeju opened this issue May 13, 2018 · 1 comment
Open

IndexError: too many indices for array #13

huangkeju opened this issue May 13, 2018 · 1 comment

Comments

@huangkeju
Copy link

The program works with the provied MNIST data, but failed when trained with other data, printing the following message:

INFO:main:Training on 20 images...
Traceback (most recent call last):
File "science_rcn/run.py", line 230, in
parallel=options.parallel)
File "science_rcn/run.py", line 83, in run_experiment
train_results = pool.map_async(train_partial, [d[0] for d in train_data]).get(9999999)
File "D:\Anaconda\envs\py27\lib\multiprocessing\pool.py", line 572, in get
raise self._value
IndexError: too many indices for array

Does anyone has any idea how to solve this?

@sunhao123456789
Copy link

too many indices for array 请问这个问题您解决了吗?,可以指点下吗?

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

2 participants