|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <!-- Required meta tags --> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <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 --> |
| 10 | + <link rel="icon" href="img/favicon.png" type="image/png"> |
| 11 | + <title>SpeechBrain</title> |
| 12 | + <!-- Bootstrap CSS --> |
| 13 | + <link rel="stylesheet" href="css/bootstrap.css"> |
| 14 | + <link rel="stylesheet" href="vendors/linericon/style.css"> |
| 15 | + <link rel="stylesheet" href="css/font-awesome.min.css"> |
| 16 | + <link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css"> |
| 17 | + <link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css"> |
| 18 | + <link rel="stylesheet" href="vendors/nice-select/css/nice-select.css"> |
| 19 | + <link rel="stylesheet" href="vendors/animate-css/animate.css"> |
| 20 | + <!-- main css --> |
| 21 | + <link rel="stylesheet" href="css/style.css"> |
| 22 | + <link rel="stylesheet" href="css/responsive.css"> |
| 23 | + </head> |
| 24 | + <body> |
| 25 | + |
| 26 | + <!--================Header Menu Area =================--> |
| 27 | + <header class="header_area"> |
| 28 | + <div class="main_menu"> |
| 29 | + <nav class="navbar navbar-expand-lg navbar-light"> |
| 30 | + <div class="container box_1620"> |
| 31 | + <!-- Brand and toggle get grouped for better mobile display --> |
| 32 | + <a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a> |
| 33 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
| 34 | + <span class="icon-bar"></span> |
| 35 | + <span class="icon-bar"></span> |
| 36 | + <span class="icon-bar"></span> |
| 37 | + </button> |
| 38 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 39 | + <div class="collapse navbar-collapse offset" id="navbarSupportedContent"> |
| 40 | + <ul class="nav navbar-nav menu_nav justify-content-center"> |
| 41 | + <li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li> |
| 42 | + <li class="nav-item"><a class="nav-link" href="about.html">About SpeechBrain</a> |
| 43 | + <li class="nav-item"><a class="nav-link" href="contributing.html">Contributing</a> |
| 44 | + <li class="nav-item"><a class="nav-link" href="documentation/index.html">Documentation</a> |
| 45 | + <li class="nav-item submenu dropdown"> |
| 46 | + <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials</a> |
| 47 | + <ul class="dropdown-menu"> |
| 48 | + <li class="nav-item"><a class="nav-link" href="tutorial_basics.html">SpeechBrain Basics</a></li> |
| 49 | + <li class="nav-item"><a class="nav-link" href="tutorial_advanced.html">SpeechBrain Advanced</a></li> |
| 50 | + <li class="nav-item"><a class="nav-link" href="tutorial_nn.html">Neural Architectures</a></li> |
| 51 | + <li class="nav-item"><a class="nav-link" href="tutorial_processing.html">Speech Processing</a></li> |
| 52 | + </ul> |
| 53 | + </li> |
| 54 | + </ul> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + </nav> |
| 58 | + </div> |
| 59 | + </header> |
| 60 | + <!--================Header Menu Area =================--> |
| 61 | + |
| 62 | + <!--================Home Banner Area =================--> |
| 63 | + <section class="home_banner_area blog_banner"> |
| 64 | + <div class="banner_inner d-flex align-items-center"> |
| 65 | + <div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0" data-background=""></div> |
| 66 | + <div class="container"> |
| 67 | + <div class="blog_b_text text-center"> |
| 68 | + <h2>Contributing</h2> |
| 69 | + <h3>Everyone is welcome</h3> |
| 70 | + |
| 71 | + </div> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + </section> |
| 75 | + <!--================End Home Banner Area =================--> |
| 76 | + |
| 77 | + <!--================Work Area =================--> |
| 78 | + <section class="work_area p_120"> |
| 79 | + <div class="container"> |
| 80 | + <div class="main_title discourse"> |
| 81 | + <p> <img src="img/logo_discourse.png"/> Join our official <a href="https://speechbrain.discourse.group">Discourse</a> to discuss with SpeechBrain users coming from all around the world! <img src="img/logo_discourse.png"/></p> |
| 82 | + </div> |
| 83 | + <div class="main_title"> |
| 84 | + <h2>Contributing to the code of SpeechBrain</h2> |
| 85 | + <p class="justified large"> The goal is to write a set of libraries that process audio and speech in several ways. |
| 86 | + It is crucial to write a set of homogeneous libraries that are all compliant to a set of guidelines all described |
| 87 | + in our <a href="documentation/contributing.html"> documentation </a>. |
| 88 | + </p> |
| 89 | + <h3> Zen of SpeechBrain </h3> |
| 90 | + <p class="justified large"> SpeechBrain could be used for research, academic, commercial, non-commercial purposes. |
| 91 | + Ideally, the code should have the following features: <p> <br/> |
| 92 | + |
| 93 | + <p class="justified large"> <b> Simple: </b> the code must be easy to understand even by students or by users that are not professional programmers or speech researchers. |
| 94 | + Try to design your code such that it can be easily read. Given alternatives with the same level of performance, code the simplest one (i.e the most explicit manner is preferred). <br/><br/> |
| 95 | + <b>Readable: </b> SpeechBrain mostly adopts the code style conventions of PEP8. The code written by the users must be compliant with that. <br/><br/> |
| 96 | + <b>Efficient:</b> The code should be as efficient as possible. Contributors should maximize the use of pytorch native operations. Test the code carefully with your favorite profiler (e.g, torch.utils.bottleneck https://pytorch.org/docs/stable/bottleneck.html ) to make sure there are no bottlenecks in your code. Since we are not working in c++ directly, the speed can be an issue. <br/><br/> |
| 97 | + <b>Modular:</b> Write your code such that it is very modular and fits well with the other functionalities of the toolkit. The idea is to develop a bunch of models that can be naturally interconnected with each other. <br/><br/> |
| 98 | + <b>Well documented:</b> Given the goals of SpeechBrain, writing rich and good documentation is a crucial step. |
| 99 | + </p> |
| 100 | + <h3> How to get my code into SpeechBrain? </h3> |
| 101 | + <p class="justified large"> SpeechBrain is hosted via <a href="https://github.com/speechbrain/speechbrain"> GitHub </a>. Hence, the process of integrating your code |
| 102 | + to the toolkit will be done via this plateform. Then, three steps can be followed: <br/><br/> |
| 103 | + <b>1.</b> Fork, clone the <a href="https://github.com/speechbrain/speechbrain">repository</a> and install our test suite as detailled in <a href="documentation/contributing.html"> the documentation </a>. <br/> |
| 104 | + <b>2.</b> Add your code and make sure that the tests still run properly. Commit your changes to your fork with our pre-commit tests to ensure the normalisation of your code. |
| 105 | + Then open a pull request on the official repository.<br/> |
| 106 | + <b>3.</b> Participate in the review process. Each pull request is reviewed by one or two reviewers. |
| 107 | + Please integrate their feedbacks into your code. Once reviewers are happy with your pull request, they will merge it into the official code. <br/><br/> |
| 108 | + <b>Details about this process (i.e including steps for installating the tests) are given in <a href="documentation/contributing.html"> the documentation </a>.</b> |
| 109 | + </p> |
| 110 | + <h3> How can I help? </h3> |
| 111 | + <p class="justified large"> Interractions between speech technologies and deep learning are various and numerous. |
| 112 | + Therefore, we do not provide any official development directions. Instead, we believe that the toolkit will evolve accordingly to the needs |
| 113 | + of the different research fields and industry. Examples of contributions include new recipes, better models for higher performance, |
| 114 | + new external functionalities, or even core changes and extensions. While we do not provide any instructions on the potential interesting applications, |
| 115 | + feel free to jump into our <a href="https://speechbrain.discourse.group">Discourse</a> or <a href="https://github.com/speechbrain/speechbrain">GitHub</a> to see if any existing issue remains unsolved! |
| 116 | + </p> |
| 117 | + </div> |
| 118 | + |
| 119 | + <div class="main_title"> |
| 120 | + <h2>Contributors</h2> |
| 121 | + <p class="justified large"> In this section we thanks all the peoples that contributed to SpeechBrain. </p> |
| 122 | + </div> |
| 123 | + <ul class="contributors-list"> |
| 124 | + <li>Mirco Ravanelli, Mila, Montréal (CA)</li> |
| 125 | + <li>Titouan Parcollet, Avignon Université (LIA, FR)</li> |
| 126 | + <li>Aku Rouhe, Aalto University (FI)</li> |
| 127 | + <li>Peter Plantinga, Ohio State University (USA)</li> |
| 128 | + <li>Elena Rastorgueva</li> |
| 129 | + <li>Loren Lugosch, Mila, McGill University (CA)</li> |
| 130 | + <li>Nauman Dawalatabad, Indian Institute of Technology Madras (IN)</li> |
| 131 | + <li>Ju-Chieh Chou, National Taiwan University (TW)</li> |
| 132 | + <li>Abdel Heba, University of Toulouse (IRIT, FR)</li> |
| 133 | + <li>Francois Grondin, University of Sherbrooke (CA)</li> |
| 134 | + <li>William Aris, University of Sherbrooke (CA)</li> |
| 135 | + <li>Chien-Feng Liao, National Taiwan University (TW)</li> |
| 136 | + <li>Samuele Cornell, Università Politecnica delle Marche (IT)</li> |
| 137 | + <li>Sung-Lin Yeh, National Tsing Hua University (TW)</li> |
| 138 | + <li>Hwidong Na, Visiting Researcher Samsung SAIL (CA)</li> |
| 139 | + <li>Yan Gao, University of Cambridge (UK)</li> |
| 140 | + <li>Szu-Wei Fu, Academia Sinica (TW)</li> |
| 141 | + <li>Cem Subakan, Mila, University of Montréal (CA)</li> |
| 142 | + <li>Jianyuan Zhong, University of Rochester (USA)<li> |
| 143 | + <li>Brecht Desplanques, Ghent University (BE)<li> |
| 144 | + <li>Jenthe Thienpondt, Ghent University (BE)<li> |
| 145 | + <li>Renato De Mori, University of McGill (CA), Avignon University (LIA, FR)</li> |
| 146 | + <li>Yoshua Bengio, Mila, University of Montréal (CA)</li> |
| 147 | + </ul> |
| 148 | + </div> |
| 149 | + </section> |
| 150 | + <!--================End Work Area =================--> |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + <!-- Optional JavaScript --> |
| 155 | + <!-- jQuery first, then Popper.js, then Bootstrap JS --> |
| 156 | + <script src="js/jquery-3.2.1.min.js"></script> |
| 157 | + <script src="js/popper.js"></script> |
| 158 | + <script src="js/bootstrap.min.js"></script> |
| 159 | + <script src="js/stellar.js"></script> |
| 160 | + <script src="vendors/lightbox/simpleLightbox.min.js"></script> |
| 161 | + <script src="vendors/nice-select/js/jquery.nice-select.min.js"></script> |
| 162 | + <script src="vendors/isotope/imagesloaded.pkgd.min.js"></script> |
| 163 | + <script src="vendors/isotope/isotope-min.js"></script> |
| 164 | + <script src="vendors/owl-carousel/owl.carousel.min.js"></script> |
| 165 | + <script src="js/jquery.ajaxchimp.min.js"></script> |
| 166 | + <script src="js/mail-script.js"></script> |
| 167 | + <script src="vendors/counter-up/jquery.waypoints.min.js"></script> |
| 168 | + <script src="vendors/counter-up/jquery.counterup.min.js"></script> |
| 169 | + <script src="js/theme.js"></script> |
| 170 | + |
| 171 | + <link rel="stylesheet" href="js/styles/monokai-sublime.css"> |
| 172 | + <script src="js/highlight.pack.js"></script> |
| 173 | + <script>hljs.initHighlightingOnLoad();</script> |
| 174 | + </body> |
| 175 | +</html> |
0 commit comments