File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,31 @@ <h2>Checkpointing</h2>
226226 </ div >
227227 </ div >
228228 </ article >
229+ < article class ="row blog_item ">
230+ < div class ="col-md-3 ">
231+ < div class ="blog_info text-right ">
232+ < div class ="post_tag ">
233+ < a class ="active " href ="# "> SpeechBrain Basics</ a >
234+ </ div >
235+ < ul class ="blog_meta list ">
236+ < li > < a href ="about.html "> Heba A.< i class ="lnr lnr-user "> </ i > </ a > </ li >
237+ < li > < a href ="# "> Mar. 2021< i class ="lnr lnr-calendar-full "> </ i > </ a > </ li >
238+ < li > < a href ="# "> Difficulty: easy< i class ="lnr lnr-cog "> </ i > </ a > </ li >
239+ < li > < a href ="# "> Time: 15min< i class ="lnr lnr-hourglass "> </ i > </ a > </ li >
240+ </ ul >
241+ </ div >
242+ </ div >
243+ < div class ="col-md-9 ">
244+ < div class ="blog_post ">
245+ < div class ="blog_details ">
246+ < h2 > Multi-GPU Considerations</ h2 >
247+ < p > SpeechBrain provides two different methods to use multiple GPUs.
248+ These solutions follow PyTorch standards and allow for intra- or cross-node training. In this tutorial, the use of Data Parallel (DP) and Distributed Data Parallel (DDP) within SpeechBrain are explained.</ p >
249+ < a href ="https://colab.research.google.com/drive/13pBUacPiotw1IvyffvGZ-HrtBr9T6l15?usp=sharing " class ="blog_btn "> Open in Google Colab</ a >
250+ </ div >
251+ </ div >
252+ </ div >
253+ </ article >
229254 < nav class ="blog-pagination justify-content-center d-flex ">
230255 < ul class ="pagination ">
231256 < li class ="page-item ">
Original file line number Diff line number Diff line change @@ -89,6 +89,32 @@ <h3>Speech Processing</h3>
8989 < div class ="row ">
9090 < div class ="col-md-9 ">
9191 < div class ="blog_left_sidebar ">
92+ < article class ="row blog_item ">
93+ < div class ="col-md-3 ">
94+ < div class ="blog_info text-right ">
95+ < div class ="post_tag ">
96+ < a class ="active " href ="# "> Speech Processing</ a >
97+ </ div >
98+ < ul class ="blog_meta list ">
99+ < li > < a href ="about.html "> Plantinga P.< i class ="lnr lnr-user "> </ i > </ a > </ li >
100+ < li > < a href ="# "> Feb. 2021< i class ="lnr lnr-calendar-full "> </ i > </ a > </ li >
101+ < li > < a href ="# "> Difficulty: medium< i class ="lnr lnr-cog "> </ i > </ a > </ li >
102+ < li > < a href ="# "> Time: 30min< i class ="lnr lnr-hourglass "> </ i > </ a > </ li >
103+ </ ul >
104+ </ div >
105+ </ div >
106+ < div class ="col-md-9 ">
107+ < div class ="blog_post ">
108+ < div class ="blog_details ">
109+ < h2 > Speech Enhancement From Scratch</ h2 >
110+ < p > So you want to do regression tasks with speech? Look no further, you're in the right place.
111+ This tutorial will walk you through a basic speech enhancement template with SpeechBrain to
112+ show all the components needed for making a new recipe.</ p >
113+ < a href ="https://colab.research.google.com/drive/18RyiuKupAhwWX7fh3LCatwQGU5eIS3TR?usp=sharing " class ="blog_btn "> Open in Google Colab</ a >
114+ </ div >
115+ </ div >
116+ </ div >
117+ </ article >
92118 < article class ="row blog_item ">
93119 < div class ="col-md-3 ">
94120 < div class ="blog_info text-right ">
You can’t perform that action at this time.
0 commit comments