Hi,

I just reported a memory leak with matrices, and I might have found
another (unrelated) one in the convolve2d function:

import scipy.signal
from numpy import ones

while True:
    scipy.signal.convolve2d(ones((1,1)), ones((1,1)))


Is there an alternative implementation of a 2d convolution? On the long
run I'd be interested in using GPU acceleration, but for now I'd just
like to get my code to run without running out of memory...

Cheers!

David
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to