dacapo.experiments.trainers.gp_augments.augment_config
Module Contents
Classes
Base class for gunpowder augment configurations. Each subclass of a Augment |
- class dacapo.experiments.trainers.gp_augments.augment_config.AugmentConfig
Base class for gunpowder augment configurations. Each subclass of a Augment should have a corresponding config class derived from AugmentConfig.
- abstract node(raw_key: gunpowder.ArrayKey, gt_key: gunpowder.ArrayKey, mask_key: gunpowder.ArrayKey) gunpowder.BatchFilter
return a gunpowder node that performs this augmentation