3.0.1
版本发布时间: 2022-10-11 20:32:20
Deci-AI/super-gradients最新发布版本:3.7.1(2024-04-09 00:50:10)
What's new?
- Eval recipe- perform validation by recipe name.
- Supported strings class for convenient autocomplete in IDE's.
- Registry: metrics, dataloaders, models, losses (so they can be passed as strings when using train_from_config).
- Return model, results from train
- Load backbone fix https://github.com/Deci-AI/super-gradients/pull/408/files
- PPLiteSeg training recipes.
- AWS env check removal
- New resolvers support: "+" "if" for yaml recipes (i.e Hydra resolvers).
- Support for custom STDC.
- ShelfNet "classes_num" -> "num_classes" bug fix.
- Improve cross-platform compatibility when parsing a readme description.
- Added the ability to download and import external code for models from ADK.