Constructor WorkerConfiguration
WorkerConfiguration(bool, bool)
Initializes and returns an instance of WorkerConfiguration
.
Declaration
public WorkerConfiguration(bool verbose = false, bool takeoverWeights = false)
Parameters
Type | Name | Description |
---|---|---|
bool | verbose | Whether to use verbose logging. |
bool | takeoverWeights | Whether to allow the worker to take ownership of the model weights memory. |