saving_signal
Saving parameters set by the user.
ExportType
#
Bases: Enum
Type of model export.
Source code in src/careamics_napari/signals/saving_signal.py
BMZ = 'Bioimage.io'
class-attribute
instance-attribute
#
Bioimage.io model format.
CKPT = 'Checkpoint'
class-attribute
instance-attribute
#
PyTorch Lightning checkpoint.
list()
classmethod
#
List of all available export types.
Returns:
Type | Description |
---|---|
list of str | List of all available export types. |
SavingSignal
dataclass
#
Saving signal class.
This class holds the parameters required to run the prediction thread. These parameters should be set whenever the user interact with the corresponding UI elements.