Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated __version__ #1943

Merged
merged 3 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,708 changes: 1,354 additions & 1,354 deletions notebooks/DEKR_PoseEstimationFineTuning.ipynb

Large diffs are not rendered by default.

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.6.1 pytorch-quantization==2.1.2 --extra-index-url https://pypi.ngc.nvidia.com"
"!pip -qq install super-gradients==3.7.0 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.6.0"
"!pip install -qq super_gradients==3.7.0"
],
"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.6.1\n",
"!pip install -qq super-gradients==3.7.0\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.6.1 gdown"
"!pip install -qq super-gradients==3.7.0 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.6.1\n",
"! pip install -qq super-gradients==3.7.0\n",
"! pip install -qq albumentations == 1.3.1\n",
"! pip install -qq datasets[vision]~=2.1 pandas~=2.0"
]
Expand Down
2,114 changes: 1,057 additions & 1,057 deletions notebooks/dataloader_adapter.ipynb

Large diffs are not rendered by default.

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.6.1"
"! pip install -q super_gradients==3.7.0"
]
},
{
Expand Down
2,834 changes: 1,417 additions & 1,417 deletions notebooks/detection_transfer_learning.ipynb

Large diffs are not rendered by default.

1,030 changes: 515 additions & 515 deletions notebooks/how_to_run_model_predict.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"outputs": [],
"source": [
"!pip install -qq super_gradients==3.6.1"
"!pip install -qq super_gradients==3.7.0"
]
},
{
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.6.1"
"! pip install -qq super-gradients==3.7.0"
]
},
{
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.6.1"
"! pip install -qq super-gradients==3.7.0"
]
},
{
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.6.1"
"! pip install -qq super-gradients==3.7.0"
]
},
{
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.6.1"
"! pip install -qq super-gradients==3.7.0"
]
},
{
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.6.1"
"!pip install -q super-gradients==3.7.0"
],
"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.6.1 datasets[vision]~=2.1 pandas~=2.0"
"!pip install -qq super-gradients==3.7.0 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.6.1"
"!pip install -qq super_gradients==3.7.0"
],
"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.6.1"
__version__ = "3.7.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
Loading