-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi Sir,
I am trying to run your generate_models.py, it returns the following error:
Reloaded modules: utils
Traceback (most recent call last):
File "", line 1, in
runfile('C:/Users/zhang/decoding-brain-challenge-2016/generate_models.py', wdir='C:/Users/zhang/decoding-brain-challenge-2016')
File "C:\Users\zhang\Anaconda3\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 714, in runfile
execfile(filename, namespace)
File "C:\Users\zhang\Anaconda3\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 89, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "C:/Users/zhang/decoding-brain-challenge-2016/generate_models.py", line 68, in
clfs = deepcopy(array_clfs.values())
File "C:\Users\zhang\Anaconda3\lib\copy.py", line 174, in deepcopy
rv = reductor(4)
TypeError: can't pickle odict_values objects
Is there any idea why this is ?
Thanks and best regards,
Pengfei