Skip to content

3.3.1

Compare
Choose a tag to compare
@deci-services deci-services released this 26 Oct 15:17
· 185 commits to master since this release

Super Gradients 3.3.1

Improvements

Bugfixes

  • ListConfig/DictConfig types do not leak into checkpoint state dictionary anymore by @BloodAxe in #1534
  • Migrate usage of np.bool -> bool which is not supported in latest np versions by @Louis-Dupont in #1558
  • Ensure that checkpoint_num_classes is propagated from YAML files to models.get by @BloodAxe in #1533
  • Fixed detection models export to ONNX bug for batch size > 1 @BloodAxe in #1530
  • Fix CSPDarknet53.foward by @Louis-Dupont in #1564
  • Fixed incorrect automatic variable used by @BloodAxe in #1565
  • Fix typo in class documentation by @aler9 in #1548
  • Trainer does not crash anymore when using CPU and Automated Mixed Precision is enabled in training params @Louis-Dupont in #1567
  • Fixed issue with torch 1.12 where _scale_fn_ref is missing in CyclicLR by @BloodAxe in #1575
  • Fixed issue with torch 1.12 issue with arange not supporting fp16 for CPU device. by @BloodAxe in #1574

New Contributors

Full Changelog: 3.3.0...3.3.1