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. |