v0.1.6
0.1.6 — 2022-10-14
Features
- Add a Wandb artifact table callback for loading a table of test data metrics and insights to wandb.
Fixes
-
Symmetric CE loss fixed.
-
Add option to return binary and instance labelled mask from the dataloader. Previously binary was returned with
return_inst
flag which was confusing. -
Fix the
SegmentationExperiment
to return preds and masks at test time.