You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If < ~80 Gb of memory provided for the job, then masks is None. If sufficient memory is provided then masks is not None.
model.eval is not throwing an insufficient memory error if there is not enough memory.
To Reproduce
See above
Run log
cellpose version: 3.0.9
platform: linux
python version: 3.11.9
torch version: 2.1.2.post100
2024-07-30 14:15:36,303 - Masking image...
2024-07-30 14:15:36,304 - >>>> using CPU
2024-07-30 14:15:36,304 - >> nuclei << model set to be used
2024-07-30 14:15:36,344 - >>>> loading model models/nucleitorch_0
2024-07-30 14:15:36,438 - >>>> model diam_mean = 17.000 (ROIs rescaled to this size during training)
2024-07-30 14:15:36,480 - channels set to [0, 0]
2024-07-30 14:15:36,481 - ~~~ FINDING MASKS ~~~
2024-07-30 14:15:38,842 - >>>> TOTAL TIME 2.36 sec
None was returned for the masks variable for this logged run. I provided 8 Gb of memory. If I instead provide 80 Gb of memory, a mask object is returned instead of None.
sorry I think you must be using another wrapper on top of cellpose (our code doesn't say "Masking image...") please try again without the wrapper and let us know if it's still not working
Describe the bug
If < ~80 Gb of memory provided for the job, then
masks
isNone
. If sufficient memory is provided thenmasks
is notNone
.model.eval
is not throwing aninsufficient memory
error if there is not enough memory.To Reproduce
See above
Run log
None
was returned for themasks
variable for this logged run. I provided 8 Gb of memory. If I instead provide 80 Gb of memory, a mask object is returned instead ofNone
.Conda env
The text was updated successfully, but these errors were encountered: