|
19 | 19 | <link rel="stylesheet" href="css/responsive.css"> |
20 | 20 | </head> |
21 | 21 | <body> |
| 22 | + |
22 | 23 |
|
23 | 24 | <!--================Header Menu Area =================--> |
24 | 25 | <header class="header_area"> |
@@ -96,60 +97,6 @@ <h3>Speech Processing</h3> |
96 | 97 | <a class="active" href="#">Speech Processing</a> |
97 | 98 | </div> |
98 | 99 | <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 |
153 | 100 | <li><a href="about.html">Ravanelli M.<i class="lnr lnr-user"></i></a></li> |
154 | 101 | <li><a href="#">Jan. 2021<i class="lnr lnr-calendar-full"></i></a></li> |
155 | 102 | <li><a href="#">Difficulty: easy<i class="lnr lnr-cog"></i></a></li> |
|
0 commit comments