Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions active_plugins/runstardist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
""",
)

Expand Down