HenriquesLab / ZeroCostDL4Mic

ZeroCostDL4Mic: A Google Colab based no-cost toolbox to explore Deep-Learning in Microscopy
MIT License
566 stars 130 forks source link

2D Stardist keeps crashing when Generating prediction(s) from unseen dataset #265

Open GiuseppeCiccone96 opened 1 year ago

GiuseppeCiccone96 commented 1 year ago

Describe the bug:

2D Stardist keeps crashing when Generating prediction(s) from unseen dataset. The unseen dataset is a stack of 301 images, each image is 16 bit and about 4MB. Upon crashing, the suggestion is to upgrade to Colab pro to have more RAM. Is there a solution to this, without having to upgrade and pay?

Desktop (please complete the following information):

Thanks in advance,

Giuseppe

guijacquemet commented 1 year ago

Hi,

Can you divide your stack into smaller chunk(s)? So that the analysis fits into your available RAM?

Cheers

Guillaume