From d7136799f7f36c7bd392aacf2e607ee639c317a5 Mon Sep 17 00:00:00 2001 From: Beth Cimini Date: Tue, 15 Aug 2023 10:32:11 -0400 Subject: [PATCH] Update runstardist.py --- active_plugins/runstardist.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/active_plugins/runstardist.py b/active_plugins/runstardist.py index b416507..cea418b 100644 --- a/active_plugins/runstardist.py +++ b/active_plugins/runstardist.py @@ -225,8 +225,10 @@ def create_settings(self): minval=0.0000001, maxval=30, doc="""\ -GPU memory in GB available to each worker. Value should be set such that this number times the number -of workers in each copy of CellProfiler times the number of copies of CellProfiler running (if applicable) is <1 +Gigabytes of GPU memory available to each worker. Value should be set such that this number times the number +of workers in each copy of CellProfiler times the number of copies of CellProfiler running (if applicable) is <1. +The "correct" value will depend on your system's GPU, the number of workers you want to run in parallel, and +the size of the model that you want to run; some experimentation may be needed. """, )