Skip to content

Commit

Permalink
☁️ Final touches for the SageMaker Studio Lab support
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalskiP committed Dec 1, 2022
1 parent 008e666 commit 43dbef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ we've featured in our blog posts and YouTube videos. Please keep in mind that re
WARNING: DO NOT EDIT THIS TABLE MANUALLY. IT IS AUTOMATICALLY GENERATED.
HEAD OVER TO CONTRIBUTING.MD FOR MORE DETAILS ON HOW TO MAKE CHANGES PROPERLY.
-->
| **notebook** | **open in colab / kaggle / sagemaker lab** | **complementary materials** | **repository** |
| **notebook** | **open in colab / kaggle / sagemaker studio lab** | **complementary materials** | **repository** |
|:------------:|:------------------------------------:|:---------------------------:|:--------------:|
| [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) |
| [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) |
Expand Down Expand Up @@ -79,7 +79,7 @@ jupyter notebook
You can now open our tutorial notebooks in Amazon SageMaker Studio Lab - a free machine learning development environment
that provides the compute, storage, and security—all at no cost—for anyone to learn and experiment with ML.

| **notebook** | **open notebook in amazon sagemaker studio lab** |
| **notebook** | **open in sagemaker studio lab** |
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| [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) |
| [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) |
Expand Down
2 changes: 1 addition & 1 deletion automation/autogenerate_notebooks_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"-->"
]
TABLE_HEADER = [
"| **notebook** | **open in colab / kaggle / sagemaker lab** | **complementary materials** | **repository** |",
"| **notebook** | **open in colab / kaggle / sagemaker studio lab** | **complementary materials** | **repository** |",
"|:------------:|:------------------------------------:|:---------------------------:|:--------------:|"
]

Expand Down

0 comments on commit 43dbef1

Please sign in to comment.