Skip to content

Releases: jcreinhold/tiramisu-brulee

v0.1.29 - Venezia

02 Nov 17:32
Compare
Choose a tag to compare
  • Support dicom images in lesion-predict
  • Change logger.warnings to warnings.warn
  • Remove deprecation warning for floor divide in torch in patch-based prediction

v0.1.28 - Venezia

01 Nov 21:59
Compare
Choose a tag to compare
  • Add commit hash logger function to tag MLFlow runs
  • Save configuration files to MLFlow
  • Add option to save top K checkpoints

v0.1.27 - Venezia

12 Oct 17:37
Compare
Choose a tag to compare
  • Add union and voting aggregation to prediction and other minor bug fixes

v0.1.26 - Venezia

09 Aug 22:38
Compare
Choose a tag to compare
  • Reformat with newer version of black (v21.7b0)
  • Change to every_n_epochs in ModelCheckpoint since every_n_val_epochs will be deprecated

v0.1.25 - Venezia

06 Aug 20:58
Compare
Choose a tag to compare
  • Detect and use tensorboard directory (/opt/ml/output/tensorboard) for logging on SageMaker

v0.1.24 - Venezia

06 Aug 17:04
Compare
Choose a tag to compare
  • Add experiment and trial name as options to explicitly specify artifact locations

v0.1.23 - Venezia

04 Aug 21:56
Compare
Choose a tag to compare
  • Change AWS option to just MLFlow
  • Compliant with mypy
  • Other minor bug fixes and fix docs

v0.1.22 - Venezia

30 Jul 20:50
Compare
Choose a tag to compare
  • Add AWS extras (MLFlow and train and serve console scripts)
  • Add option to resample images within a subject for consistent orientation
  • Add optional check of DICOM images to determine if they are uniformly sampled
  • Make package compatible with Python 3.6 and 3.9
  • Split CLI functions into a subpackage for better organization

v0.1.21 - Venezia

27 Jul 20:30
Compare
Choose a tag to compare
  • Add MLFlow logging option
  • Add support for reading DICOM images and writing DICOM (Segmentation Objects)
  • Fix some type hints and make pos_weight a vector of length 1

v0.1.20 - Venezia

25 Jul 19:57
Compare
Choose a tag to compare
  • Make reorientation to canonical optional
  • Add option to track best network on validation Dice, PPV, loss, or ISBI15 score
  • Unify and simplify the positive weight in focal/bce component of combo loss
  • Change flip in spatial augmentation to only do lateral flips
  • Fix predict_probability flag in CLI