Skip to content

Commit

Permalink
updated version in notebook and init (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydeci authored Apr 8, 2024
1 parent a67e6e7 commit 03c445c
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion notebooks/DEKR_PoseEstimationFineTuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/PTQ_and_QAT_for_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Segmentation_Model_Export.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion notebooks/YoloNAS_Inference_using_TensorRT.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"outputs": [],
"source": [
"!pip install -qq super-gradients==3.7.0 gdown"
"!pip install -qq super-gradients==3.7.1 gdown"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/albumentations_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/dataloader_adapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/detection_how_to_connect_custom_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"outputs": [],
"source": [
"! pip install -q super_gradients==3.7.0"
"! pip install -q super_gradients==3.7.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/detection_transfer_learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
],
"source": [
"! pip install -qq super_gradients==3.7.0"
"! pip install -qq super_gradients==3.7.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/how_to_run_model_predict.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
],
"source": [
"!pip install -qq super-gradients==3.7.0"
"!pip install -qq super-gradients==3.7.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"outputs": [],
"source": [
"!pip install -qq super_gradients==3.7.0"
"!pip install -qq super_gradients==3.7.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/quickstart_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"outputs": [],
"source": [
"! pip install -qq super-gradients==3.7.0"
"! pip install -qq super-gradients==3.7.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/segmentation_connect_custom_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
],
"source": [
"! pip install -qq super-gradients==3.7.0"
"! pip install -qq super-gradients==3.7.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/transfer_learning_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
],
"source": [
"! pip install -qq super-gradients==3.7.0"
"! pip install -qq super-gradients==3.7.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/transfer_learning_semantic_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"outputs": [],
"source": [
"! pip install -qq super-gradients==3.7.0"
"! pip install -qq super-gradients==3.7.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/what_are_recipes_and_how_to_use.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
],
"source": [
"!pip install -qq super_gradients==3.6.1"
"!pip install -qq super_gradients==3.7.1"
],
"metadata": {
"colab": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03c445c

Please sign in to comment.