From 2cfc27be92df2583a1f09f1c5c643fc2a5c72e7a Mon Sep 17 00:00:00 2001 From: Eugene Khvedchenya Date: Tue, 23 Jan 2024 16:37:05 +0200 Subject: [PATCH] Bump SG version (#1774) * Bump SG version * Update to SG 3.6 --------- Co-authored-by: Shay Aharon <80472096+shaydeci@users.noreply.github.com> --- notebooks/PTQ_and_QAT_for_classification.ipynb | 2 +- notebooks/albumentations_tutorial.ipynb | 7 +++---- notebooks/dataloader_adapter.ipynb | 2 +- notebooks/detection_how_to_connect_custom_dataset.ipynb | 2 +- ..._to_use_knowledge_distillation_for_classification.ipynb | 2 +- notebooks/quickstart_segmentation.ipynb | 2 +- notebooks/segmentation_connect_custom_dataset.ipynb | 2 +- notebooks/transfer_learning_classification.ipynb | 2 +- notebooks/transfer_learning_semantic_segmentation.ipynb | 2 +- notebooks/what_are_recipes_and_how_to_use.ipynb | 2 +- notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb | 2 +- src/super_gradients/__init__.py | 2 +- .../examples/model_export/models_export.ipynb | 2 +- .../examples/model_export/models_export_pose.ipynb | 2 +- 14 files changed, 16 insertions(+), 17 deletions(-) diff --git a/notebooks/PTQ_and_QAT_for_classification.ipynb b/notebooks/PTQ_and_QAT_for_classification.ipynb index be616c5dc7..cba45da464 100644 --- a/notebooks/PTQ_and_QAT_for_classification.ipynb +++ b/notebooks/PTQ_and_QAT_for_classification.ipynb @@ -61,7 +61,7 @@ }, "outputs": [], "source": [ - "!pip -qq install super-gradients==3.5.0 pytorch-quantization==2.1.2 --extra-index-url https://pypi.ngc.nvidia.com" + "!pip -qq install super-gradients==3.6.0 pytorch-quantization==2.1.2 --extra-index-url https://pypi.ngc.nvidia.com" ] }, { diff --git a/notebooks/albumentations_tutorial.ipynb b/notebooks/albumentations_tutorial.ipynb index 6e6103a78c..377f0f88a5 100644 --- a/notebooks/albumentations_tutorial.ipynb +++ b/notebooks/albumentations_tutorial.ipynb @@ -145,7 +145,7 @@ } ], "source": [ - "! pip install -qq git+https://github.com/Deci-AI/super-gradients.git@3.6.0rc33352\n", + "! pip install -qq super-gradients==3.6.0\n", "! pip install -qq albumentations == 1.3.1\n", "! pip install -qq datasets[vision]~=2.1 pandas~=2.0" ] @@ -798,8 +798,7 @@ "\n", "supervisely-persons 100%[===================>] 3.32G 58.6MB/s in 61s \n", "\n", - "2024-01-08 12:13:13 (55.5 MB/s) - ‘supervisely-persons.zip’ saved [3564001012/3564001012]\n", - "\n" + "2024-01-08 12:13:13 (55.5 MB/s) - ‘supervisely-persons.zip’ saved [3564001012/3564001012]\n" ] } ], @@ -2915,4 +2914,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +} diff --git a/notebooks/dataloader_adapter.ipynb b/notebooks/dataloader_adapter.ipynb index d7e11acd62..90e9663b51 100644 --- a/notebooks/dataloader_adapter.ipynb +++ b/notebooks/dataloader_adapter.ipynb @@ -51,7 +51,7 @@ { "cell_type": "code", "source": [ - "!pip install -q super-gradients==3.5.0" + "!pip install -q super-gradients==3.6.0" ], "metadata": { "id": "0puCRQGZSP8r", diff --git a/notebooks/detection_how_to_connect_custom_dataset.ipynb b/notebooks/detection_how_to_connect_custom_dataset.ipynb index 23cab24666..79393271d9 100644 --- a/notebooks/detection_how_to_connect_custom_dataset.ipynb +++ b/notebooks/detection_how_to_connect_custom_dataset.ipynb @@ -90,7 +90,7 @@ }, "outputs": [], "source": [ - "! pip install -q super_gradients==3.5.0" + "! pip install -q super_gradients==3.6.0" ] }, { diff --git a/notebooks/how_to_use_knowledge_distillation_for_classification.ipynb b/notebooks/how_to_use_knowledge_distillation_for_classification.ipynb index bbefb0cf11..b0cbe6ac8b 100644 --- a/notebooks/how_to_use_knowledge_distillation_for_classification.ipynb +++ b/notebooks/how_to_use_knowledge_distillation_for_classification.ipynb @@ -34,7 +34,7 @@ }, "outputs": [], "source": [ - "!pip install -qq super_gradients==3.5.0" + "!pip install -qq super_gradients==3.6.0" ] }, { diff --git a/notebooks/quickstart_segmentation.ipynb b/notebooks/quickstart_segmentation.ipynb index c2aee04871..e5c914d1eb 100644 --- a/notebooks/quickstart_segmentation.ipynb +++ b/notebooks/quickstart_segmentation.ipynb @@ -55,7 +55,7 @@ }, "outputs": [], "source": [ - "! pip install -qq super-gradients==3.5.0" + "! pip install -qq super-gradients==3.6.0" ] }, { diff --git a/notebooks/segmentation_connect_custom_dataset.ipynb b/notebooks/segmentation_connect_custom_dataset.ipynb index 8cd7a96cd0..1954985f75 100644 --- a/notebooks/segmentation_connect_custom_dataset.ipynb +++ b/notebooks/segmentation_connect_custom_dataset.ipynb @@ -141,7 +141,7 @@ } ], "source": [ - "! pip install -qq super-gradients==3.5.0" + "! pip install -qq super-gradients==3.6.0" ] }, { diff --git a/notebooks/transfer_learning_classification.ipynb b/notebooks/transfer_learning_classification.ipynb index 7710b98cd7..c9d5e15b9d 100644 --- a/notebooks/transfer_learning_classification.ipynb +++ b/notebooks/transfer_learning_classification.ipynb @@ -59,7 +59,7 @@ } ], "source": [ - "! pip install -qq super-gradients==3.5.0" + "! pip install -qq super-gradients==3.6.0" ] }, { diff --git a/notebooks/transfer_learning_semantic_segmentation.ipynb b/notebooks/transfer_learning_semantic_segmentation.ipynb index d28947094a..6f7189d626 100644 --- a/notebooks/transfer_learning_semantic_segmentation.ipynb +++ b/notebooks/transfer_learning_semantic_segmentation.ipynb @@ -71,7 +71,7 @@ }, "outputs": [], "source": [ - "! pip install -qq super-gradients==3.5.0" + "! pip install -qq super-gradients==3.6.0" ] }, { diff --git a/notebooks/what_are_recipes_and_how_to_use.ipynb b/notebooks/what_are_recipes_and_how_to_use.ipynb index 5c401a2209..5ea91cd616 100644 --- a/notebooks/what_are_recipes_and_how_to_use.ipynb +++ b/notebooks/what_are_recipes_and_how_to_use.ipynb @@ -41,7 +41,7 @@ { "cell_type": "code", "source": [ - "!pip install -q super-gradients==3.5.0" + "!pip install -q super-gradients==3.6.0" ], "metadata": { "id": "8uZM-4va5Rpu", diff --git a/notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb b/notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb index 5eb8b556da..f7971ae7b5 100644 --- a/notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb +++ b/notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb @@ -36,7 +36,7 @@ "execution_count": null, "outputs": [], "source": [ - "!pip install -qq super_gradients==3.5.0" + "!pip install -qq super_gradients==3.6.0" ], "metadata": { "collapsed": false diff --git a/src/super_gradients/__init__.py b/src/super_gradients/__init__.py index ba58091606..fd5d9b2593 100755 --- a/src/super_gradients/__init__.py +++ b/src/super_gradients/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.5.0" +__version__ = "3.6.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 diff --git a/src/super_gradients/examples/model_export/models_export.ipynb b/src/super_gradients/examples/model_export/models_export.ipynb index 0c60d72c51..dfbb76ffa9 100644 --- a/src/super_gradients/examples/model_export/models_export.ipynb +++ b/src/super_gradients/examples/model_export/models_export.ipynb @@ -67,7 +67,7 @@ } ], "source": [ - "!pip install -qq super_gradients==3.5.0" + "!pip install -qq super_gradients==3.6.0" ], "metadata": { "colab": { diff --git a/src/super_gradients/examples/model_export/models_export_pose.ipynb b/src/super_gradients/examples/model_export/models_export_pose.ipynb index 0b6b37063d..fc7bd6f83a 100644 --- a/src/super_gradients/examples/model_export/models_export_pose.ipynb +++ b/src/super_gradients/examples/model_export/models_export_pose.ipynb @@ -58,7 +58,7 @@ "execution_count": 24, "outputs": [], "source": [ - "!pip install -qq super-gradients==3.5.0" + "!pip install -qq super-gradients==3.6.0" ], "metadata": { "collapsed": false,