Skip to content

Releases: jcreinhold/tiramisu-brulee

v0.2.2 - Massialot

19 Jan 19:34
Compare
Choose a tag to compare
  • Remove transpose convolution option in when using interpolate upsampling

v0.2.1 - Massialot

19 Jan 16:58
Compare
Choose a tag to compare
  • Cleanup Makefile
  • Add interpolation resize test

v0.2.0 - Massialot

11 Jan 22:06
f5999be
Compare
Choose a tag to compare
  • Add option to upsample with interpolation instead of transpose conv.
  • Remove separate padding layer and use conv. built-in padding (breaking change from v0.1)
  • Improvements to ONNX converter

v0.1.37 - Venezia

16 Dec 21:05
Compare
Choose a tag to compare
  • Improve type annotations

v0.1.36 - Venezia

01 Dec 17:24
Compare
Choose a tag to compare
  • Fix validation logging in MLFlow

v0.1.35 - Venezia

30 Nov 20:27
Compare
Choose a tag to compare
  • Add support for deterministic validation patches

v0.1.34 - Venezia

19 Nov 21:36
Compare
Choose a tag to compare
  • Add support for bandit
  • Fix warning filter for dataloader
  • Add support for a dataset that can prevent a known PyTorch/Python memory leak issue

v0.1.32 - Venezia

16 Nov 23:12
Compare
Choose a tag to compare
  • Fix bug in prediction where data not transferred to GPU

v0.1.31 - Venezia

16 Nov 18:20
Compare
Choose a tag to compare
  • Updates to support pytorch-lightning~=1.5.1

v0.1.30 - Venezia

15 Nov 18:42
Compare
Choose a tag to compare
  • Add option to change label sampling probabilities
  • Bump pip version in requirements_dev.txt for security