Giter Club home page Giter Club logo

speechbrain / speechbrain.github.io Goto Github PK

View Code? Open in Web Editor NEW
357.0 44.0 28.0 47.86 MB

The SpeechBrain project aims to build a novel speech toolkit fully based on PyTorch. With SpeechBrain users can easily create speech processing systems, ranging from speech recognition (both HMM/DNN and end-to-end), speaker recognition, speech enhancement, speech separation, multi-microphone speech processing, and many others.

HTML 53.55% CSS 29.19% JavaScript 17.26%
deep-learning speech-recognition speech-to-text speech speech-processing speaker-recognition speaker-verification speaker-identification speech-separation speech-emotion-recognition

speechbrain.github.io's People

Contributors

adel-moumen avatar apkatsikas avatar dependabot[bot] avatar fosterrath-mila avatar lorenlugosch avatar mravanelli avatar pplantinga avatar tafadzwad avatar tparcollet avatar ycemsubakan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

speechbrain.github.io's Issues

difference in conformer model train using speechbrain version-0.5.11 and version-0.5.14

I used speechbrain in a docker environment for version 0.5.11 with pytorch-1.11 and CUDA 11.1 which was working fine.

When I tried using the same docker image of speechbrain in CUDA-11.9, there was issue in using the GPUs, so I created a new docker image which supported CUDA-11.9, however in this I have to reinstall speechbrain for version 1.13 which was supported on torch-1.13 for CUDA11.8.

In this docker image which was working fine, I used the same training script (which I used in speechbrain version-0.5.11) and it was working fine and all the hyperparameters in train.yaml were also unchanged. However the model which was created was created, was not the same model as I got in speechbrain-0.5.11. I tried to debug this, but could not conclude anything particular, like whether it is due to speechbrain version change or pytorch version change or if there is a change in architecture of speechbrain internally.

I am attaching the error snapshot of the difference in models from two different speechbrain versions.

RuntimeError: Error(s) in loading state_dict for ModuleDict:
Missing key(s) in state_dict: "0.convblock_0.convs.norm_0.norm.running_mean", "0.convblock_0.convs.norm_0.norm.running_var", "0.convblock_1.convs.norm_0.norm.running_mean", "0.convblock_1.convs.norm_0.norm.running_var", "1.encoder.layers.0.convolution_module.after_conv.0.running_mean", "1.encoder.layers.0.convolution_module.after_conv.0.running_var", "1.encoder.layers.1.convolution_module.after_conv.0.running_mean", "1.encoder.layers.1.convolution_module.after_conv.0.running_var", "1.encoder.layers.2.convolution_module.after_conv.0.running_mean", "1.encoder.layers.2.convolution_module.after_conv.0.running_var", "1.encoder.layers.3.convolution_module.after_conv.0.running_mean", "1.encoder.layers.3.convolution_module.after_conv.0.running_var", "1.encoder.layers.4.convolution_module.after_conv.0.running_mean", "1.encoder.layers.4.convolution_module.after_conv.0.running_var", "1.encoder.layers.5.convolution_module.after_conv.0.running_mean", "1.encoder.layers.5.convolution_module.after_conv.0.running_var", "1.encoder.layers.6.convolution_module.after_conv.0.running_mean", "1.encoder.layers.6.convolution_module.after_conv.0.running_var", "1.encoder.layers.7.convolution_module.after_conv.0.running_mean", "1.encoder.layers.7.convolution_module.after_conv.0.running_var", "1.encoder.layers.8.convolution_module.after_conv.0.running_mean", "1.encoder.layers.8.convolution_module.after_conv.0.running_var", "1.encoder.layers.9.convolution_module.after_conv.0.running_mean", "1.encoder.layers.9.convolution_module.after_conv.0.running_var", "1.encoder.layers.10.convolution_module.after_conv.0.running_mean", "1.encoder.layers.10.convolution_module.after_conv.0.running_var", "1.encoder.layers.11.convolution_module.after_conv.0.running_mean", "1.encoder.layers.11.convolution_module.after_conv.0.running_var".
size mismatch for 0.convblock_0.convs.norm_0.norm.weight: copying a param with shape torch.Size([40, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for 0.convblock_0.convs.norm_0.norm.bias: copying a param with shape torch.Size([40, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for 0.convblock_1.convs.norm_0.norm.weight: copying a param with shape torch.Size([20, 32]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for 0.convblock_1.convs.norm_0.norm.bias: copying a param with shape torch.Size([20, 32]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for 1.encoder.layers.0.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.1.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.2.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.3.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.4.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.5.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.6.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.7.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.8.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.9.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.10.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).
size mismatch for 1.encoder.layers.11.convolution_module.after_conv.2.weight: copying a param with shape torch.Size([256, 256]) from checkpoint, the shape in current model is torch.Size([256, 256, 1]).

Please provide guidance and help in this regard.

Naval

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.