File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments