Skip to content

whole_patching_config

Whole image patching Pydantic model.

WholePatchingConfig #

Bases: BaseModel

Whole image patching Pydantic model.

Source code in src/careamics/config/data/patching_strategies/whole_patching_config.py
class WholePatchingConfig(BaseModel):
    """Whole image patching Pydantic model."""

    name: Literal["whole"] = "whole"
    """The name of the patching strategy."""

name = 'whole' class-attribute instance-attribute #

The name of the patching strategy.