v0.1.4
0.1.4 — 2022-10-06
Test
- Update loss tests
Fixes
-
Add a conv block
BasicConvOldto enableDippato cellseg conversion of models. -
Fix
inst_key,aux_keybug inMultiTaskUnet -
Add a type_map > 0 masking for the
inst_maps in post-processing -
Modify the optimizer adjustment utility function to adjust any optim/weight params.
-
Modify lit
SegmentationExperimentaccording to new changes.
Features
-
Add optional spectral decoupliing to all losses
-
Add optional Label smoothing to all losses
-
Add optional Spatially varying label smoothing to all losses
-
Add mse, ssim and iqi torchmetrics for metric logging.
-
Add wandb per class metric callback for logging.
-
Add
from_yamlinit classmethod to initialize from yaml files.