Skip to content

Commit b10ca22

Browse files
authored
Update runstardist.py (#214)
1 parent 6bee163 commit b10ca22

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

active_plugins/runstardist.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,10 @@ def create_settings(self):
225225
minval=0.0000001,
226226
maxval=30,
227227
doc="""\
228-
GPU memory in GB available to each worker. Value should be set such that this number times the number
229-
of workers in each copy of CellProfiler times the number of copies of CellProfiler running (if applicable) is <1
228+
Gigabytes of GPU memory available to each worker. Value should be set such that this number times the number
229+
of workers in each copy of CellProfiler times the number of copies of CellProfiler running (if applicable) is <1.
230+
The "correct" value will depend on your system's GPU, the number of workers you want to run in parallel, and
231+
the size of the model that you want to run; some experimentation may be needed.
230232
""",
231233
)
232234

0 commit comments

Comments
 (0)