Skip to content

Commit

Permalink
summary and attribution of ds2 model
Browse files Browse the repository at this point in the history
  • Loading branch information
MiscellaneousStuff committed May 5, 2022
1 parent 61678d8 commit a360f28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
"""This module contains a modern version of the DeepSpeech2 speech recognition
model which comes from from Michael Nguyen, Machine Learning Research Engineer
at AssemblyAI and Niko Laskaris at Comet.ml"""

import torch.nn as nn
import torch.nn.functional as F
Expand Down

0 comments on commit a360f28

Please sign in to comment.