Skip to content

Releases: Deci-AI/super-gradients

2.0.0

09 Jun 08:09
Compare
Choose a tag to compare

Features:

  • KD trainer and resnet50 recipe (81.92 % accuracy)
  • Repeated augmentation sampler
  • Cooldown epochs
  • Beit architecture
  • Lamb Optimizer
  • Passing torch data loaders directly to SgModel.

Refactoring:

  • Checkpoint and architecture params decoupled.

1.7.5

19 Apr 11:41
Compare
Choose a tag to compare
  • STDC architectures binary segmentation support bug fix.

1.7.4

17 Apr 12:49
Compare
Choose a tag to compare

torchmetrics version requirement set to 0.7.3 to avoid metric names depreciation bug.

1.7.3

06 Apr 13:28
Compare
Choose a tag to compare

This GitHub Release was done automatically by CircleCI

1.7.2

05 Apr 08:36
Compare
Choose a tag to compare

This GitHub Release was done automatically by CircleCI

1.7.1

10 Mar 13:35
Compare
Choose a tag to compare

What's new ?

  • BCE with Dice loss.
  • Binary IOU metric object (I.e IOU only for target class).
  • Binary segmentation visualisation callback.
  • Supervisely dataset interface.
  • Different lr assignment for head and backbone for RegSeg.
  • Google Colab notebook for semantic segmentation quick start - Check it out in our GitHub repo README.md
  • Google Colab notebook for semantic segmentation transfer learning - Check it out in our GitHub repo README.md

1.7.0

10 Mar 11:47
Compare
Choose a tag to compare
CircleCi - Changed version to 1.7.0rc3128

1.6.0

08 Feb 08:36
Compare
Choose a tag to compare
  • Added RegSeg model, recipe, and pre-trained checkpoints.
  • Updated EfficientNet recipe.
  • Updated Resnet50 recipe + pre-trained checkpoint (Top-1=79.47)

1.5.2

26 Jan 16:56
Compare
Choose a tag to compare
  • Detection visualisation callback, wrong color ordering for images in tensor board fix.

1.5.1

25 Jan 18:58
Compare
Choose a tag to compare
  • Minor fixes for transfer learning example notebook support.