dacapo.blockwise.argmax_worker
Module Contents
Functions
|
|
|
|
|
Spawn a worker to predict on a given dataset. |
Attributes
- dacapo.blockwise.argmax_worker.logger
- dacapo.blockwise.argmax_worker.read_write_conflict: bool = False
- dacapo.blockwise.argmax_worker.fit: str = 'valid'
- dacapo.blockwise.argmax_worker.path
- dacapo.blockwise.argmax_worker.cli(log_level)
- dacapo.blockwise.argmax_worker.start_worker(input_container: pathlib.Path | str, input_dataset: str, output_container: pathlib.Path | str, output_dataset: str)
- dacapo.blockwise.argmax_worker.spawn_worker(input_array_identifier: dacapo.store.array_store.LocalArrayIdentifier, output_array_identifier: dacapo.store.array_store.LocalArrayIdentifier)
Spawn a worker to predict on a given dataset.
- Parameters:
model (Model) – The model to use for prediction.
raw_array (Array) – The raw data to predict on.
prediction_array_identifier (LocalArrayIdentifier) – The identifier of the prediction array.