Skip to content

Commit

Permalink
Version bump to 3.3.0 (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodAxe authored Oct 13, 2023
1 parent f421bc2 commit fc039fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/super_gradients/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2.1"
__version__ = "3.3.0"

from super_gradients.common import init_trainer, is_distributed, object_names
from super_gradients.training import losses, utils, datasets_utils, DataAugmentation, Trainer, KDTrainer, QATTrainer
Expand Down
2 changes: 1 addition & 1 deletion src/super_gradients/training/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(self, **entries):
self.override(**entries)

@deprecated_training_param(
"criterion_params", "3.2.1", "3.3.0", new_arg_assigner=get_deprecated_nested_params_to_factory_format_assigner("loss", "criterion_params")
"criterion_params", "3.2.1", "3.5.0", new_arg_assigner=get_deprecated_nested_params_to_factory_format_assigner("loss", "criterion_params")
)
def override(self, **entries):
super().override(**entries)
Expand Down

0 comments on commit fc039fa

Please sign in to comment.