Skip to content

Commit 035dd91

Browse files
committed
update tutorials
1 parent 50b9055 commit 035dd91

File tree

1 file changed

+1
-54
lines changed

1 file changed

+1
-54
lines changed

tutorial_processing.html

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link rel="stylesheet" href="css/responsive.css">
2020
</head>
2121
<body>
22+
2223

2324
<!--================Header Menu Area =================-->
2425
<header class="header_area">
@@ -96,60 +97,6 @@ <h3>Speech Processing</h3>
9697
<a class="active" href="#">Speech Processing</a>
9798
</div>
9899
<ul class="blog_meta list">
99-
<<<<<<< HEAD
100-
=======
101-
<li><a href="about.html">Ravanelli M.<i class="lnr lnr-user"></i></a></li>
102-
<li><a href="#">Apr. 2021<i class="lnr lnr-calendar-full"></i></a></li>
103-
<li><a href="#">Difficulty: medium<i class="lnr lnr-cog"></i></a></li>
104-
<li><a href="#">Time: 45min<i class="lnr lnr-hourglass"></i></a></li>
105-
</ul>
106-
</div>
107-
</div>
108-
<div class="col-md-9">
109-
<div class="blog_post">
110-
<div class="blog_details">
111-
<h2>Speech Recognition From Scratch</h2>
112-
<p>Do you want to figure out how to implement your speech recognizer with SpeechBrain? Look no further, you're in the right place. This tutorial will walk you
113-
through all the steps needed to implement an offline end-to-end attention-based speech recognizer. This is a self-contained tutorial that will help you "connecting the dots" across all the steps needed to train a modern speech recognizer. We will address data preparation, tokenizer training, language model, ASR model, and inference. We will explain how to train your model on your data.</p>
114-
<a href="https://colab.research.google.com/drive/1aFgzrUv3udM_gNJNUoLaHIm78QHtxdIz?usp=sharing" class="blog_btn">Open in Google Colab</a>
115-
</div>
116-
</div>
117-
</div>
118-
</article>
119-
<article class="row blog_item">
120-
<div class="col-md-3">
121-
<div class="blog_info text-right">
122-
<div class="post_tag">
123-
<a class="active" href="#">Speech Processing</a>
124-
</div>
125-
<ul class="blog_meta list">
126-
<li><a href="about.html">Plantinga P.<i class="lnr lnr-user"></i></a></li>
127-
<li><a href="#">Feb. 2021<i class="lnr lnr-calendar-full"></i></a></li>
128-
<li><a href="#">Difficulty: medium<i class="lnr lnr-cog"></i></a></li>
129-
<li><a href="#">Time: 30min<i class="lnr lnr-hourglass"></i></a></li>
130-
</ul>
131-
</div>
132-
</div>
133-
<div class="col-md-9">
134-
<div class="blog_post">
135-
<div class="blog_details">
136-
<h2>Speech Enhancement From Scratch</h2>
137-
<p>So you want to do regression tasks with speech? Look no further, you're in the right place.
138-
This tutorial will walk you through a basic speech enhancement template with SpeechBrain to
139-
show all the components needed for making a new recipe.</p>
140-
<a href="https://colab.research.google.com/drive/18RyiuKupAhwWX7fh3LCatwQGU5eIS3TR?usp=sharing" class="blog_btn">Open in Google Colab</a>
141-
</div>
142-
</div>
143-
</div>
144-
</article>
145-
<article class="row blog_item">
146-
<div class="col-md-3">
147-
<div class="blog_info text-right">
148-
<div class="post_tag">
149-
<a class="active" href="#">Speech Processing</a>
150-
</div>
151-
<ul class="blog_meta list">
152-
>>>>>>> 51bb28163222293e458c8d1da45c17b5c83acde8
153100
<li><a href="about.html">Ravanelli M.<i class="lnr lnr-user"></i></a></li>
154101
<li><a href="#">Jan. 2021<i class="lnr lnr-calendar-full"></i></a></li>
155102
<li><a href="#">Difficulty: easy<i class="lnr lnr-cog"></i></a></li>

0 commit comments

Comments
 (0)