Skip to content

v0.1.6

Compare
Choose a tag to compare
@okunator okunator released this 14 Oct 11:19
· 304 commits to main since this release

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.