numpy.core._exceptions._ArrayMemoryError

Hi,

I assume that this is a memory-related issue.

ERROR retrieving error_storage.Was the error set in the c code? [<class 'numpy.core._exceptions._ArrayMemoryError'>, ((256, 30490), dtype('float64')), None]
...
File "/home/lroque/miniconda3/envs/phd_clean/lib/python3.7/site-packages/theano/tensor/var.py", line 131, in __add__
    return theano.tensor.basic.add(self, other)
  File "/home/lroque/miniconda3/envs/phd_clean/lib/python3.7/site-packages/theano/gof/op.py", line 674, in __call__
    required = thunk()
  File "/home/lroque/miniconda3/envs/phd_clean/lib/python3.7/site-packages/theano/gof/op.py", line 862, in rval
    thunk()
  File "/home/lroque/miniconda3/envs/phd_clean/lib/python3.7/site-packages/theano/gof/cc.py", line 1731, in __call__
    exc_value = exc_type(_exc_value)
TypeError: __init__() missing 1 required positional argument: 'dtype'

I have 200Gb of RAM on this machine. Any way to debug this further?

Thanks,
Luis

1 Like