ArrayMemoryError when using tridesclous
See original GitHub issueHello team,
I’ve attached the error log for tridesclous.
The key phrase is:
raise self._exception\nnumpy.core._exceptions._ArrayMemoryError: Unable to allocate 10.2 GiB for an array with shape (42923008, 64) and data type float32\n",
"run_time": null
Any thoughts? Thank you very much! spikeinterface_log.txt
Issue Analytics
- State:
- Created a year ago
- Comments:18 (4 by maintainers)
Top Results From Across the Web
python - Memory error regarding operations on numpy arrays
I am explicitly stating the dimensions of the numpy array which are creating the issue. a = np.random.rand(15239,1) b = np.random.rand(1, ...
Read more >problem running through spikeinterface · Issue #180 - GitHub
Hello, I am using spikeinterface version 0.13 and tridesclous version 1.6.4. I am getting this error and was wondering if anyone could help ......
Read more >Release 1.3.1 Samuel Garcia, Christophe Pouzat
The forest of spike sorting tools is dense and tridesclous is a new ... Please copy/paste the error message in the console in...
Read more >How to use the pyopencl.Program function in pyopencl - Snyk
To help you get started, we've selected a few pyopencl. ... Create the input (a, b) arrays in device memory and copy data...
Read more >memory error while converting images into an array
You can actually compute how much memory it will take to hold 57,000 images in memory (it is a lot!). You are also...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi Sam - no worries, I know you’re super busy. Great idea though about using docker. Unfortunately, I get the error pasted below. @Can, thank you for all your ideas! I’ll try them if I can’t get docker to work. But to answer your first question, the raw file is 20.6GB.
Hi Can, thank you for the quick response. Yes, this same data set worked with Kilosort3, Spyking Circus, and Iron Cluster.
I’ll check if the ram is maxed out when I run it. I’ll also loked into Swap. Thanks!