What's Changed
* Ci fix context and fail on SG by ranrubin in https://github.com/Deci-AI/super-gradients/pull/615
* Feature/sg 000 break inner train loop by shaydeci in https://github.com/Deci-AI/super-gradients/pull/617
* Black on factories and data_interface by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/620
* Apply black on utils by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/619
* Added QARepVGGBlock by spsancti in https://github.com/Deci-AI/super-gradients/pull/562
* fix default value of max_train_batches, max_valid_batches by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/623
* Hotfix/sg 000 transform backward compatibility by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/622
* Added TestTrainingUtils suite to unit tests by BloodAxe in https://github.com/Deci-AI/super-gradients/pull/621
* Apply black by BloodAxe in https://github.com/Deci-AI/super-gradients/pull/624
* New callbacks API by BloodAxe in https://github.com/Deci-AI/super-gradients/pull/607
* Register crashtips automatically by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/626
* Improve env sanity check to be more robust by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/612
* Add dataset instruction by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/602
* Interpollation crash tip by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/616
* Group env variables by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/618
* Remove unintended print (micro PR) by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/630
* [BLACK PR] apply black on tests by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/633
* Skip CI on .md files - SG side by shaydeci in https://github.com/Deci-AI/super-gradients/pull/635
* Feature/sg 624 remove avg from model plots by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/629
* Add metadata to average_model by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/625
* Bug/sg 000 update kd train from config by shaydeci in https://github.com/Deci-AI/super-gradients/pull/638
* Support 1.13 by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/603
* Refactored scheduler callbacks (epoch-based/step-based warmup) by BloodAxe in https://github.com/Deci-AI/super-gradients/pull/568
* Feature/sg 541 auto batch selection by shaydeci in https://github.com/Deci-AI/super-gradients/pull/628
* Hotfix/sg 000 reduce import loops risk by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/636
* Feature/sg 627 add dev option for DeciClient by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/627
* Fixed id_tensor registry, so reparametrization works when .cuda() is called by spsancti in https://github.com/Deci-AI/super-gradients/pull/632
* Added new detection transforms that are used in PPYoloE by BloodAxe in https://github.com/Deci-AI/super-gradients/pull/641
* Feature/sg 493 modelnames instead of strings by shaydeci in https://github.com/Deci-AI/super-gradients/pull/614
* Fix registry exception tip by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/644
* Feature/sg 568 single epoch sanity test for all recipes by shaydeci in https://github.com/Deci-AI/super-gradients/pull/645
* Feature/sg 634 improve deciclient errors by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/648
* UNet registers by lkdci in https://github.com/Deci-AI/super-gradients/pull/646
* Mini change in DeciClient use of SG version by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/651
* Feature/sg 573 pose estimation by BloodAxe in https://github.com/Deci-AI/super-gradients/pull/634
* Fix grad clipping stage + upscale gradients before clipping by shaydeci in https://github.com/Deci-AI/super-gradients/pull/653
* classification regresion tests split into 2 by shaydeci in https://github.com/Deci-AI/super-gradients/pull/656
* Added AdamW optimizer by BloodAxe in https://github.com/Deci-AI/super-gradients/pull/652
* Losses.md docs by shaydeci in https://github.com/Deci-AI/super-gradients/pull/658
* fixed num gpus missing arg for ddp compatibility by shaydeci in https://github.com/Deci-AI/super-gradients/pull/660
* documentation on using configuration files by ofrimasad in https://github.com/Deci-AI/super-gradients/pull/661
* multi gpu mode explicitly mentioned by shaydeci in https://github.com/Deci-AI/super-gradients/pull/665
* Hotfix/sg 000 fix regression tests by shaydeci in https://github.com/Deci-AI/super-gradients/pull/666
* Feature/sg 573 Integrate new EMA decay schedules by BloodAxe in https://github.com/Deci-AI/super-gradients/pull/647
* Hotfix/sg 645 regression tests essential fixes by shaydeci in https://github.com/Deci-AI/super-gradients/pull/669
* Feature/sg 646 rename logs by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/667
* Feature/sg 644 upload big files properly on end by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/671
* Hotfix/sg 000 temporary mute upload print by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/672
* Bug/sg 000 fix lr function scheduling and add deprecation by shaydeci in https://github.com/Deci-AI/super-gradients/pull/675
* Feature/sg 600 metrics tutorial by shaydeci in https://github.com/Deci-AI/super-gradients/pull/673
* apply black formatter to all of "training" directory 2 by ofrimasad in https://github.com/Deci-AI/super-gradients/pull/678
* apply black formatter to all of "common" directory by ofrimasad in https://github.com/Deci-AI/super-gradients/pull/676
* apply black formatter to all of "training" directory by ofrimasad in https://github.com/Deci-AI/super-gradients/pull/677
* Segmentation Readme by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/657
* Add log readme by Louis-Dupont in https://github.com/Deci-AI/super-gradients/pull/664
* fix by shaydeci in https://github.com/Deci-AI/super-gradients/pull/681
**Full Changelog**: https://github.com/Deci-AI/super-gradients/compare/3.0.6...3.0.7