-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute_pixel_cluster_channel_avg kills the kernel #548
Comments
Depending on what we find, this may be related to #518. |
@ngreenwald I'll be doing some memprofing on this one to see if there's a bottleneck in the way this is being computed. |
@ngreenwald yeah, we do have a massive memory problem on our hand. I used the It's understandable that the amount of The problem may be we need to read in the full pixel data frame for each FOV to compute the sums and counts, and there are issues clearing the memory per iteration. Regardless of if this should crash a 30+GB Docker instance or not, this is a lot more memory than this function is expected to use. I'll be taking a deeper dive into |
@ngreenwald any status updates on these memory-related issues? Now that we've updated |
Please refer to our FAQ and look at our known issues before opening a bug report.
Describe the bug
When running `apply_pixel_meta_cluster_remapping', the kernel often dies when re-computing the channel averages. Given that this is being computed across all of the FOVs, is this something that will be prohibitive for analyzing larger cohorts? It won't matter how much we subset if this calculation needs to be computed from all the underlying data?
The text was updated successfully, but these errors were encountered: