You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial_basics.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ <h2>Brain Class</h2>
107
107
SpeechBrain provides a convenient framework for organizing the training loop, in the form of a class known as the "Brain" class,
108
108
implemented in speechbrain/core.py. In each recipe, we sub-class this class and override the methods for which the default
109
109
implementation doesn't do what is required for that particular recipe.</p>
110
-
<ahref="https://colab.research.google.com/drive/1cYIsQiKlXTyfGR3j4gKs5Rq648JDaqaB?usp=sharing#scrollTo=jr2jH1sDZcml" class="blog_btn">Open in Google Colab</a>
110
+
<ahref="https://colab.research.google.com/drive/1fdqTk4CTXNcrcSVFvaOKzRfLmj4fJfwa?usp=sharing" class="blog_btn">Open in Google Colab</a>
111
111
</div>
112
112
</div>
113
113
</div>
@@ -138,7 +138,7 @@ <h2>HyperPyYAML</h2>
138
138
SpeechBrain-developed format, which we call "HyperPyYAML". We chose to extend YAML since it is a highly
139
139
readable format for data serialization. By extending an already useful format, we were able to create an
140
140
expanded definition of hyperparameter, keeping our actual experimental code small and highly readable.</p>
141
-
<ahref="https://colab.research.google.com/drive/10jZah2QHZ7xuajv9M1yIwRQdePxPV97U" class="blog_btn">Open in Google Colab</a>
141
+
<ahref="https://colab.research.google.com/drive/1Pg9by4b6-8QD2iC0U7Ic3Vxq4GEwEdDz?usp=sharing" class="blog_btn">Open in Google Colab</a>
0 commit comments