diff --git a/notebooks/DEKR_PoseEstimationFineTuning.ipynb b/notebooks/DEKR_PoseEstimationFineTuning.ipynb index 4e14d12a01..af8ac85c4e 100644 --- a/notebooks/DEKR_PoseEstimationFineTuning.ipynb +++ b/notebooks/DEKR_PoseEstimationFineTuning.ipynb @@ -22,7 +22,7 @@ { "cell_type": "code", "source": [ - "!pip install -q super_gradients==3.7.0 scikit-learn" + "!pip install -q super_gradients==3.7.1 scikit-learn" ], "metadata": { "id": "3UZJqTehg0On", diff --git a/notebooks/PTQ_and_QAT_for_classification.ipynb b/notebooks/PTQ_and_QAT_for_classification.ipynb index 70f7dfb4b4..119a1c3573 100644 --- a/notebooks/PTQ_and_QAT_for_classification.ipynb +++ b/notebooks/PTQ_and_QAT_for_classification.ipynb @@ -63,7 +63,7 @@ }, "outputs": [], "source": [ - "!pip -qq install super-gradients==3.7.0 pytorch-quantization==2.1.2 --extra-index-url https://pypi.ngc.nvidia.com" + "!pip -qq install super-gradients==3.7.1 pytorch-quantization==2.1.2 --extra-index-url https://pypi.ngc.nvidia.com" ] }, { diff --git a/notebooks/Segmentation_Model_Export.ipynb b/notebooks/Segmentation_Model_Export.ipynb index 2800623498..e8d5fb6f70 100644 --- a/notebooks/Segmentation_Model_Export.ipynb +++ b/notebooks/Segmentation_Model_Export.ipynb @@ -52,7 +52,7 @@ "execution_count": 30, "outputs": [], "source": [ - "!pip install -qq super_gradients==3.7.0" + "!pip install -qq super_gradients==3.7.1" ], "metadata": { "colab": { diff --git a/notebooks/YoloNAS_Inference_using_TensorRT.ipynb b/notebooks/YoloNAS_Inference_using_TensorRT.ipynb index 347b6b5c59..42ffd37e0d 100644 --- a/notebooks/YoloNAS_Inference_using_TensorRT.ipynb +++ b/notebooks/YoloNAS_Inference_using_TensorRT.ipynb @@ -149,7 +149,7 @@ "# This hack is to prevent occasional issue in Colab https://github.com/googlecolab/colabtools/issues/3409\n", "locale.getpreferredencoding = lambda *args: \"UTF-8\"\n", "\n", - "!pip install -qq super-gradients==3.7.0\n", + "!pip install -qq super-gradients==3.7.1\n", "!pip install -qq tensorrt~=8.6 pycuda pytorch-quantization==2.1.2 --extra-index-url https://pypi.ngc.nvidia.com" ], "metadata": { diff --git a/notebooks/YoloNAS_Pose_Fine_Tuning_Animals_Pose_Dataset.ipynb b/notebooks/YoloNAS_Pose_Fine_Tuning_Animals_Pose_Dataset.ipynb index dda1607266..18bd000dee 100644 --- a/notebooks/YoloNAS_Pose_Fine_Tuning_Animals_Pose_Dataset.ipynb +++ b/notebooks/YoloNAS_Pose_Fine_Tuning_Animals_Pose_Dataset.ipynb @@ -57,7 +57,7 @@ }, "outputs": [], "source": [ - "!pip install -qq super-gradients==3.7.0 gdown" + "!pip install -qq super-gradients==3.7.1 gdown" ] }, { diff --git a/notebooks/albumentations_tutorial.ipynb b/notebooks/albumentations_tutorial.ipynb index 65d4bd87d9..87c017d757 100644 --- a/notebooks/albumentations_tutorial.ipynb +++ b/notebooks/albumentations_tutorial.ipynb @@ -145,7 +145,7 @@ } ], "source": [ - "! pip install -qq super-gradients==3.7.0\n", + "! pip install -qq super-gradients==3.7.1\n", "! pip install -qq albumentations == 1.3.1\n", "! pip install -qq datasets[vision]~=2.1 pandas~=2.0" ] diff --git a/notebooks/dataloader_adapter.ipynb b/notebooks/dataloader_adapter.ipynb index 306a4af6b2..60d3c1aea7 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.7.0" + "!pip install -q super-gradients==3.7.1" ], "metadata": { "id": "0puCRQGZSP8r", diff --git a/notebooks/detection_how_to_connect_custom_dataset.ipynb b/notebooks/detection_how_to_connect_custom_dataset.ipynb index b3dee40aa6..fdb951c36a 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.7.0" + "! pip install -q super_gradients==3.7.1" ] }, { diff --git a/notebooks/detection_transfer_learning.ipynb b/notebooks/detection_transfer_learning.ipynb index 664d845469..e7fc840577 100644 --- a/notebooks/detection_transfer_learning.ipynb +++ b/notebooks/detection_transfer_learning.ipynb @@ -141,7 +141,7 @@ } ], "source": [ - "! pip install -qq super_gradients==3.7.0" + "! pip install -qq super_gradients==3.7.1" ] }, { diff --git a/notebooks/how_to_run_model_predict.ipynb b/notebooks/how_to_run_model_predict.ipynb index b291411faa..befa727dd0 100644 --- a/notebooks/how_to_run_model_predict.ipynb +++ b/notebooks/how_to_run_model_predict.ipynb @@ -51,7 +51,7 @@ } ], "source": [ - "!pip install -qq super-gradients==3.7.0" + "!pip install -qq super-gradients==3.7.1" ] }, { diff --git a/notebooks/how_to_use_knowledge_distillation_for_classification.ipynb b/notebooks/how_to_use_knowledge_distillation_for_classification.ipynb index 45ca2d1ba0..9dc9fc42ae 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.7.0" + "!pip install -qq super_gradients==3.7.1" ] }, { diff --git a/notebooks/quickstart_segmentation.ipynb b/notebooks/quickstart_segmentation.ipynb index 51679f6509..c5bd7c2492 100644 --- a/notebooks/quickstart_segmentation.ipynb +++ b/notebooks/quickstart_segmentation.ipynb @@ -55,7 +55,7 @@ }, "outputs": [], "source": [ - "! pip install -qq super-gradients==3.7.0" + "! pip install -qq super-gradients==3.7.1" ] }, { diff --git a/notebooks/segmentation_connect_custom_dataset.ipynb b/notebooks/segmentation_connect_custom_dataset.ipynb index eb0dd7495a..9c6a3c9ac8 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.7.0" + "! pip install -qq super-gradients==3.7.1" ] }, { diff --git a/notebooks/transfer_learning_classification.ipynb b/notebooks/transfer_learning_classification.ipynb index b8306ffe12..8a862299c5 100644 --- a/notebooks/transfer_learning_classification.ipynb +++ b/notebooks/transfer_learning_classification.ipynb @@ -59,7 +59,7 @@ } ], "source": [ - "! pip install -qq super-gradients==3.7.0" + "! pip install -qq super-gradients==3.7.1" ] }, { diff --git a/notebooks/transfer_learning_semantic_segmentation.ipynb b/notebooks/transfer_learning_semantic_segmentation.ipynb index e89d28f30a..b34a135c65 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.7.0" + "! pip install -qq super-gradients==3.7.1" ] }, { diff --git a/notebooks/what_are_recipes_and_how_to_use.ipynb b/notebooks/what_are_recipes_and_how_to_use.ipynb index 336ef1156e..a293daf48c 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.7.0" + "!pip install -q super-gradients==3.7.1" ], "metadata": { "id": "8uZM-4va5Rpu", diff --git a/notebooks/yolo_nas_custom_dataset_fine_tuning_with_qat.ipynb b/notebooks/yolo_nas_custom_dataset_fine_tuning_with_qat.ipynb index efee5500f3..5347e1f4c6 100644 --- a/notebooks/yolo_nas_custom_dataset_fine_tuning_with_qat.ipynb +++ b/notebooks/yolo_nas_custom_dataset_fine_tuning_with_qat.ipynb @@ -45,7 +45,7 @@ { "cell_type": "code", "source": [ - "!pip install -qq super-gradients==3.7.0 datasets[vision]~=2.1 pandas~=2.0" + "!pip install -qq super-gradients==3.7.1 datasets[vision]~=2.1 pandas~=2.0" ], "metadata": { "collapsed": false, diff --git a/notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb b/notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb index f4a4b5a55c..873da40a65 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.7.0" + "!pip install -qq super_gradients==3.7.1" ], "metadata": { "collapsed": false diff --git a/src/super_gradients/__init__.py b/src/super_gradients/__init__.py index a64c2cdb69..a1ad3c7fe2 100755 --- a/src/super_gradients/__init__.py +++ b/src/super_gradients/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.7.0" +__version__ = "3.7.1" 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 381051f344..d3b0b6b57b 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.6.1" + "!pip install -qq super_gradients==3.7.1" ], "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 938df173d4..24263be718 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.6.1" + "!pip install -qq super-gradients==3.7.1" ], "metadata": { "collapsed": false,