Skip to content

Commit 43dbef1

Browse files
committed
☁️ Final touches for the SageMaker Studio Lab support
1 parent 008e666 commit 43dbef1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ we've featured in our blog posts and YouTube videos. Please keep in mind that re
2222
WARNING: DO NOT EDIT THIS TABLE MANUALLY. IT IS AUTOMATICALLY GENERATED.
2323
HEAD OVER TO CONTRIBUTING.MD FOR MORE DETAILS ON HOW TO MAKE CHANGES PROPERLY.
2424
-->
25-
| **notebook** | **open in colab / kaggle / sagemaker lab** | **complementary materials** | **repository** |
25+
| **notebook** | **open in colab / kaggle / sagemaker studio lab** | **complementary materials** | **repository** |
2626
|:------------:|:------------------------------------:|:---------------------------:|:--------------:|
2727
| [YOLOv7 PyTorch Object Detection](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/yolov7-custom-dataset-training-tutorial) [![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://www.youtube.com/watch?v=5nsmXLyDaU4) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/WongKinYiu/yolov7) |
2828
| [YOLOv7 PyTorch Object Detection OpenVINO + TorchORT](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data-openvino-torch-ort.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data-openvino-torch-ort.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/roboflow-ai/notebooks/blob/main/notebooks/train-yolov7-object-detection-on-custom-data-openvino-torch-ort.ipynb) | [![Roboflow](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg)](https://blog.roboflow.com/accelerate-pytorch-openvino-torch-ort) | [![GitHub](https://badges.aleen42.com/src/github.svg)](https://github.com/roboflow-ai/yolov7) |
@@ -79,7 +79,7 @@ jupyter notebook
7979
You can now open our tutorial notebooks in Amazon SageMaker Studio Lab - a free machine learning development environment
8080
that provides the compute, storage, and security—all at no cost—for anyone to learn and experiment with ML.
8181

82-
| **notebook** | **open notebook in amazon sagemaker studio lab** |
82+
| **notebook** | **open in sagemaker studio lab** |
8383
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
8484
| [Stable Diffusion Image Generation](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/sagemaker-studiolab/stable-diffusion-image-generation.ipynb) | [![SageMaker](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/sage-maker.svg)](https://studiolab.sagemaker.aws/import/github/roboflow-ai/notebooks/blob/main/notebooks/sagemaker-studiolab/stable-diffusion-image-generation.ipynb) |
8585
| [YOLOv5 Custom Training](https://github.com/roboflow-ai/notebooks/blob/main/notebooks/sagemaker-studiolab/yolov5-custom-training.ipynb) | [![SageMaker](https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/sage-maker.svg)](https://studiolab.sagemaker.aws/import/github/roboflow-ai/notebooks/blob/main/notebooks/sagemaker-studiolab/yolov5-custom-training.ipynb) |

automation/autogenerate_notebooks_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"-->"
1414
]
1515
TABLE_HEADER = [
16-
"| **notebook** | **open in colab / kaggle / sagemaker lab** | **complementary materials** | **repository** |",
16+
"| **notebook** | **open in colab / kaggle / sagemaker studio lab** | **complementary materials** | **repository** |",
1717
"|:------------:|:------------------------------------:|:---------------------------:|:--------------:|"
1818
]
1919

0 commit comments

Comments
 (0)