Skip to content
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

RunCellpose and CUDA out of memory #230

Open
obruck opened this issue Jan 18, 2024 · 0 comments
Open

RunCellpose and CUDA out of memory #230

obruck opened this issue Jan 18, 2024 · 0 comments

Comments

@obruck
Copy link

obruck commented Jan 18, 2024

Description: When trying to run the cellpose plugin with ≥1 core the pipeline fails after 2-50 images. Is there any chance that cellpose would not process the images in batches or not clear processed images from memory? I would assume that the image tile and batch size are the default defined by the cellpose API so these should not consume too much memory (8 tiles = 400 Kb). Or is the model duplicated as suggested in an earlier issue #135?
Data: grayscale images of size 7000 x 10000 px
Plugin: runcellpose.py
Computing instance: 2 NVIDIA GeForce RTX 2080 Ti GPUs à 10.8 Gb memory and 20 cores (128 GB RAM memory)
Error message:
image001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant