This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Open
Description
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?
Metadata
Assignees
Labels
No labels