Skip to content

Commit 3e684e6

Browse files
committed
update
1 parent 994fd6b commit 3e684e6

File tree

5 files changed

+316
-19
lines changed

5 files changed

+316
-19
lines changed

about.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<!-- BLOCK INDEX -->
8+
<meta name="robots" content="noindex">
9+
<!-- BLOCK INDEX -->
710
<link rel="icon" href="img/favicon.png" type="image/png">
811
<title>SpeechBrain</title>
912
<!-- Bootstrap CSS -->
@@ -37,12 +40,13 @@
3740
<ul class="nav navbar-nav menu_nav justify-content-center">
3841
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
3942
<li class="nav-item"><a class="nav-link" href="#">About SpeechBrain</a>
40-
<li class="nav-item"><a class="nav-link" href="https://nvidia.github.io/NeMo/index.html">Documentation</a>
43+
<li class="nav-item"><a class="nav-link" href="documentation/index.html">Documentation</a>
4144
<li class="nav-item submenu dropdown">
4245
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials</a>
4346
<ul class="dropdown-menu">
4447
<li class="nav-item"><a class="nav-link" href="tutorial_basics.html">SpeechBrain Basics</a></li>
4548
<li class="nav-item"><a class="nav-link" href="tutorial_advanced.html">SpeechBrain Advanced</a></li>
49+
<li class="nav-item"><a class="nav-link" href="tutorial_processing.html">Speech Processing</a></li>
4650
</ul>
4751
</li>
4852
</ul>

index.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
8+
<!-- BLOCK INDEX -->
9+
<meta name="robots" content="noindex">
10+
<!-- BLOCK INDEX -->
11+
712
<link rel="icon" href="img/favicon.png" type="image/png">
813
<title>SpeechBrain</title>
914
<!-- Bootstrap CSS -->
@@ -39,12 +44,13 @@
3944
<ul class="nav navbar-nav menu_nav justify-content-center">
4045
<li class="nav-item active"><a class="nav-link" href="">Home</a></li>
4146
<li class="nav-item"><a class="nav-link" href="about.html">About SpeechBrain</a>
42-
<li class="nav-item"><a class="nav-link" href="https://nvidia.github.io/NeMo/index.html">Documentation</a>
47+
<li class="nav-item"><a class="nav-link" href="documentation/index.html">Documentation</a>
4348
<li class="nav-item submenu dropdown">
4449
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials</a>
4550
<ul class="dropdown-menu">
4651
<li class="nav-item"><a class="nav-link" href="tutorial_basics.html">SpeechBrain Basics</a></li>
4752
<li class="nav-item"><a class="nav-link" href="tutorial_advanced.html">SpeechBrain Advanced</a></li>
53+
<li class="nav-item"><a class="nav-link" href="tutorial_processing.html">Speech Processing</a></li>
4854
</ul>
4955
</li>
5056
</ul>

tutorial_advanced.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<!-- BLOCK INDEX -->
8+
<meta name="robots" content="noindex">
9+
<!-- BLOCK INDEX -->
710
<link rel="icon" href="img/favicon.png" type="image/png">
811
<title>SpeechBrain</title>
912
<!-- Bootstrap CSS -->
@@ -37,12 +40,13 @@
3740
<ul class="nav navbar-nav menu_nav justify-content-center">
3841
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
3942
<li class="nav-item"><a class="nav-link" href="about.html">About SpeechBrain</a>
40-
<li class="nav-item"><a class="nav-link" href="https://nvidia.github.io/NeMo/index.html">Documentation</a>
43+
<li class="nav-item"><a class="nav-link" href="documentation/index.html">Documentation</a>
4144
<li class="nav-item submenu dropdown">
4245
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials</a>
4346
<ul class="dropdown-menu">
4447
<li class="nav-item"><a class="nav-link" href="tutorial_basics.html">SpeechBrain Basics</a></li>
4548
<li class="nav-item"><a class="nav-link" href="tutorial_advanced.html">SpeechBrain Advanced</a></li>
49+
<li class="nav-item"><a class="nav-link" href="tutorial_processing.html">Speech Processing</a></li>
4650
</ul>
4751
</li>
4852
</ul>

tutorial_basics.html

+31-16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<!-- BLOCK INDEX -->
8+
<meta name="robots" content="noindex">
9+
<!-- BLOCK INDEX -->
710
<link rel="icon" href="img/favicon.png" type="image/png">
811
<title>SpeechBrain</title>
912
<!-- Bootstrap CSS -->
@@ -37,12 +40,13 @@
3740
<ul class="nav navbar-nav menu_nav justify-content-center">
3841
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
3942
<li class="nav-item"><a class="nav-link" href="about.html">About SpeechBrain</a>
40-
<li class="nav-item"><a class="nav-link" href="https://nvidia.github.io/NeMo/index.html">Documentation</a>
43+
<li class="nav-item"><a class="nav-link" href="documentation/index.html">Documentation</a>
4144
<li class="nav-item submenu dropdown">
4245
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials</a>
4346
<ul class="dropdown-menu">
4447
<li class="nav-item"><a class="nav-link" href="tutorial_basics.html">SpeechBrain Basics</a></li>
4548
<li class="nav-item"><a class="nav-link" href="tutorial_advanced.html">SpeechBrain Advanced</a></li>
49+
<li class="nav-item"><a class="nav-link" href="tutorial_processing.html">Speech Processing</a></li>
4650
</ul>
4751
</li>
4852
</ul>
@@ -95,13 +99,17 @@ <h3>SpeechBrain Basics</h3>
9599
</div>
96100
</div>
97101
<div class="col-md-9">
98-
<div class="blog_post">
99-
<div class="blog_details">
100-
<h2>The Brain Class</h2>
101-
<p>One key component of deep learning is iterating the dataset multiple times and performing parameter updates. This process is sometimes called the "training loop" and there are usually many stages to this loop. SpeechBrain provides a convenient framework for organizing the training loop, in the form of a class known as the "Brain" class, implemented in speechbrain/core.py. In each recipe, we sub-class this class and override the methods for which the default implementation doesn't do what is required for that particular recipe.</p>
102-
<a href="" class="blog_btn">Open in Google Colab</a>
103-
</div>
104-
</div>
102+
<div class="blog_post">
103+
<div class="blog_details">
104+
<h2>The Brain Class</h2>
105+
<p>One key component of deep learning is iterating the dataset multiple times and performing parameter updates.
106+
This process is sometimes called the "training loop" and there are usually many stages to this loop.
107+
SpeechBrain provides a convenient framework for organizing the training loop, in the form of a class known as the "Brain" class,
108+
implemented in speechbrain/core.py. In each recipe, we sub-class this class and override the methods for which the default
109+
implementation doesn't do what is required for that particular recipe.</p>
110+
<a href="https://colab.research.google.com/drive/1cYIsQiKlXTyfGR3j4gKs5Rq648JDaqaB?usp=sharing#scrollTo=jr2jH1sDZcml" class="blog_btn">Open in Google Colab</a>
111+
</div>
112+
</div>
105113
</div>
106114
</article>
107115
<article class="row blog_item">
@@ -114,18 +122,25 @@ <h2>The Brain Class</h2>
114122
<li><a href="about.html">Plantiga P.<i class="lnr lnr-user"></i></a></li>
115123
<li><a href="#">Jan. 2021<i class="lnr lnr-calendar-full"></i></a></li>
116124
<li><a href="#">Difficulty: easy<i class="lnr lnr-cog"></i></a></li>
117-
<li><a href="#">Time: 10min<i class="lnr lnr-hourglass"></i></a></li>
125+
<li><a href="#">Time: 15min<i class="lnr lnr-hourglass"></i></a></li>
118126
</ul>
119127
</div>
120128
</div>
121129
<div class="col-md-9">
122-
<div class="blog_post">
123-
<div class="blog_details">
124-
<h2>The Brain Class</h2>
125-
<p>One key component of deep learning is iterating the dataset multiple times and performing parameter updates. This process is sometimes called the "training loop" and there are usually many stages to this loop. SpeechBrain provides a convenient framework for organizing the training loop, in the form of a class known as the "Brain" class, implemented in speechbrain/core.py. In each recipe, we sub-class this class and override the methods for which the default implementation doesn't do what is required for that particular recipe.</p>
126-
<a href="https://colab.research.google.com/drive/1cYIsQiKlXTyfGR3j4gKs5Rq648JDaqaB?usp=sharing#scrollTo=jr2jH1sDZcml" class="blog_btn">Open in Google Colab</a>
127-
</div>
128-
</div>
130+
<div class="blog_post">
131+
<div class="blog_details">
132+
<h2>HyperPyYAML</h2>
133+
<p>An essential part of any deep learning pipeline is the definition of hyperparameters and other metadata.
134+
These data in conjunction with the deep learning algorithms control the various aspects of the pipeline,
135+
such as model architecture, training, and decoding. At SpeechBrain, we decided that the distinction between
136+
hyperparameters and learning algorithms ought to be evident in the structure of our toolkit, so we split our
137+
recipes into two primary files: experiment.py and hyperparams.yaml. The hyperparams.yaml file is in a
138+
SpeechBrain-developed format, which we call "HyperPyYAML". We chose to extend YAML since it is a highly
139+
readable format for data serialization. By extending an already useful format, we were able to create an
140+
expanded definition of hyperparameter, keeping our actual experimental code small and highly readable.</p>
141+
<a href="https://colab.research.google.com/drive/10jZah2QHZ7xuajv9M1yIwRQdePxPV97U" class="blog_btn">Open in Google Colab</a>
142+
</div>
143+
</div>
129144
</div>
130145
</article>
131146

0 commit comments

Comments
 (0)