Skip to content

Commit 3e6b918

Browse files
committed
Fix colab links in tutorials and tutorial docs
1 parent f8d236a commit 3e6b918

34 files changed

Lines changed: 86 additions & 86 deletions

docs/tutorials/advanced.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SpeechBrain Advanced
3030
- June. 2022
3131
- Difficulty: medium
3232
- Time: 45min
33-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/profiling-and-benchmark.ipynb>`__
33+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/profiling-and-benchmark.ipynb>`__
3434

3535

3636
Profiling and benchmark of SpeechBrain models can serve different purposes and look at different angles. Performance requirements are highly particular to the use case with that one desires to use SpeechBrain. This provides means to comprehensive self-learning as a starting point to individual growth beyond the provided.
@@ -46,7 +46,7 @@ Profiling and benchmark of SpeechBrain models can serve different purposes and l
4646
- Nov. 2021
4747
- Difficulty: medium
4848
- Time: 25min
49-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/dynamic-batching.ipynb>`__
49+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/dynamic-batching.ipynb>`__
5050

5151

5252
Do you want to speed up training or make it less memory-demanding? One possible solution could be dynamic batching. With this approach, you can dynamically sample batches composed of a variable number of sentences. In this tutorial, we show how to use this technique within SpeechBrain.
@@ -62,7 +62,7 @@ Do you want to speed up training or make it less memory-demanding? One possible
6262
- Dec. 2021
6363
- Difficulty: medium
6464
- Time: 25min
65-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/hyperparameter-optimization.ipynb>`__
65+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/hyperparameter-optimization.ipynb>`__
6666

6767

6868
Do you want to optimize the hyperparameters of your model? Are you tired of doing it by hand? This tutorial will describe how you can optimize the hyperparameter of your SpeechBrain model using the Orion toolkit.
@@ -78,7 +78,7 @@ Do you want to optimize the hyperparameters of your model? Are you tired of doin
7878
- Nov. 2021
7979
- Difficulty: high
8080
- Time: 45min
81-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/federated-speech-model-training-via-speechbrain-and-flower.ipynb>`__
81+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/federated-speech-model-training-via-speechbrain-and-flower.ipynb>`__
8282

8383

8484
Are you interested in both federated learning (FL) and speech, but worried about the proper tools to run experiments? Today you will get the answer.
@@ -95,7 +95,7 @@ This tutorial introduces how to integrate Flower and SpeechBrain to achieve fede
9595
- Sept.. 2021
9696
- Difficulty: medium
9797
- Time: 30min
98-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/inferring-on-your-own-speechbrain-models.ipynb>`__
98+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/inferring-on-your-own-speechbrain-models.ipynb>`__
9999

100100

101101
In this tutorial, we will learn the three different ways of inferring on a trained model.
@@ -112,7 +112,7 @@ This is particularly useful to debug your pipeline or to deploy a model in a pro
112112
- Mar. 2021
113113
- Difficulty: medium
114114
- Time: 30min
115-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/pre-trained-models-and-fine-tuning-with-huggingface.ipynb>`__
115+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/pre-trained-models-and-fine-tuning-with-huggingface.ipynb>`__
116116

117117

118118
Training DNN models is often very time-consuming and expensive.
@@ -133,7 +133,7 @@ or fine-tuning/knowledge distillation or whatever new fancy technique you can co
133133
- Feb. 2021
134134
- Difficulty: medium
135135
- Time: 15min
136-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/data-loading-for-big-datasets-and-shared-filesystems.ipynb>`__
136+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/data-loading-for-big-datasets-and-shared-filesystems.ipynb>`__
137137

138138

139139
Do you have a huge dataset stored in a shared file system? This tutorial will show you how to load large datasets from the shared file system and use them for training a neural network with SpeechBrain.
@@ -150,7 +150,7 @@ In particular, we describe a solution based on the WebDataset library, that is e
150150
- Feb. 2021
151151
- Difficulty: easy
152152
- Time: 20min
153-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/text-tokenizer.ipynb>`__
153+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/text-tokenizer.ipynb>`__
154154

155155

156156
Machine Learning tasks that process text may contain thousands of vocabulary
@@ -171,7 +171,7 @@ on SentencePiece (BPE and unigram).
171171
- Apr. 2024
172172
- Difficulty: medium
173173
- Time: 30min
174-
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/model-quantization.ipynb>`__
174+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/model-quantization.ipynb>`__
175175

176176

177177
Quantization is a necessary step for many deep neural networks, particularly for tasks requiring low latency and efficient memory usage like real-time automatic speech recognition. This tutorial will introduce the problem of quantization and explain how to perform quantization using SpeechBrain.

docs/tutorials/advanced/data-loading-for-big-datasets-and-shared-filesystems.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/data-loading-for-big-datasets-and-shared-filesystems.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/data-loading-for-big-datasets-and-shared-filesystems.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/data-loading-for-big-datasets-and-shared-filesystems.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/data-loading-for-big-datasets-and-shared-filesystems.ipynb)"
1818
]
1919
},
2020
{

docs/tutorials/advanced/dynamic-batching.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/dynamic-batching.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/dynamic-batching.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/dynamic-batching.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/dynamic-batching.ipynb)"
1818
]
1919
},
2020
{

docs/tutorials/advanced/federated-speech-model-training-via-speechbrain-and-flower.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/federated-speech-model-training-via-speechbrain-and-flower.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/federated-speech-model-training-via-speechbrain-and-flower.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/federated-speech-model-training-via-speechbrain-and-flower.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/federated-speech-model-training-via-speechbrain-and-flower.ipynb)"
1818
]
1919
},
2020
{

docs/tutorials/advanced/hyperparameter-optimization.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/hyperparameter-optimization.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/hyperparameter-optimization.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/hyperparameter-optimization.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/hyperparameter-optimization.ipynb)"
1818
]
1919
},
2020
{

docs/tutorials/advanced/inferring-on-your-own-speechbrain-models.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/inferring-on-your-own-speechbrain-models.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/inferring-on-your-own-speechbrain-models.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/inferring-on-your-own-speechbrain-models.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/inferring-on-your-own-speechbrain-models.ipynb)"
1818
]
1919
},
2020
{

docs/tutorials/advanced/model-quantization.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/model-quantization.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/model-quantization.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/model-quantization.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/model-quantization.ipynb)"
1818
]
1919
},
2020
{

docs/tutorials/advanced/pre-trained-models-and-fine-tuning-with-huggingface.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/pre-trained-models-and-fine-tuning-with-huggingface.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/pre-trained-models-and-fine-tuning-with-huggingface.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/pre-trained-models-and-fine-tuning-with-huggingface.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/pre-trained-models-and-fine-tuning-with-huggingface.ipynb)"
1818
]
1919
},
2020
{

docs/tutorials/advanced/profiling-and-benchmark.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/profiling-and-benchmark.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/profiling-and-benchmark.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/profiling-and-benchmark.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/profiling-and-benchmark.ipynb)"
1818
]
1919
},
2020
{

docs/tutorials/advanced/text-tokenizer.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"<!-- This cell is automatically updated by tools/tutorial-cell-updater.py -->\n",
1313
"<!-- The contents are initialized from tutorials/notebook-header.md -->\n",
1414
"\n",
15-
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/tutorials/advanced/text-tokenizer.ipynb)\n",
15+
"[<img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>](https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/advanced/text-tokenizer.ipynb)\n",
1616
"to execute or view/download this notebook on\n",
17-
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/tutorials/advanced/text-tokenizer.ipynb)"
17+
"[GitHub](https://github.com/speechbrain/speechbrain/tree/develop/docs/tutorials/advanced/text-tokenizer.ipynb)"
1818
]
1919
},
2020
{

0 commit comments

Comments
 (0)