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
<p>In this tutorial, we will learn the three different ways of inferring on a trained model.
112
+
This is particularly useful to debug your pipeline or to deploy a model in a production context.</p>
113
+
<ahref="https://colab.research.google.com/drive/1137MD-gAERblRAVhxDnwNXV3YyAiwtxV?usp=sharing" class="blog_btn">Open in Google Colab</a>
114
+
</div>
115
+
</div>
116
+
</div>
117
+
</article>
93
118
<articleclass="row blog_item">
94
119
<divclass="col-md-3">
95
120
<divclass="blog_info text-right">
@@ -137,14 +162,14 @@ <h2>Pre-trained Models and Fine-Tuning with <img src="img/hf.ico" alt="drawing"
137
162
<divclass="blog_post">
138
163
<divclass="blog_details">
139
164
<h2>Data Loading for Big Datasets and Shared Filesystems</h2>
140
-
<p>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.
165
+
<p>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.
141
166
In particular, we describe a solution based on the WebDataset library, that is easy to integrate within the SpeechBrain toolkit. </p>
142
167
<ahref="https://colab.research.google.com/drive/1s171JSA53_ktvc1zQp6uMcM0TChtCcZ9?usp=sharing" class="blog_btn">Open in Google Colab</a>
0 commit comments