Conversation
…speechbrain into continual-learning
|
Hello @lucadellalib (and @poonehmousavi?), Thanks for this PR. What is the current state of this PR? Is it ready to review? Many thanks. :-) |
|
Hi @Adel-Moumen, I plan to review this PR very soon. Please @lucadellalib, make sure the tests are passing. @Adel-Moumen, I might request a second quick review after mine. |
|
Hi @lucadellalib, 1. Repository Size: 2. User Convenience: 3. Simplifying Results Analysis: 4.Readme Enhancements: 5. Reference Paper: At some point, we should publish the reference paper on Arxiv and cite it here. This step can also be done later if you prefer. Feel free to change the code to address my comments. Once done, I will proceed and make sure everything is running and providing the expected results. |
|
Thank you @lucadellalib, for addressing my previous comments. After conducting a more in-depth review, I have identified the following additional comments: README: DEPENDENCIES: COMMENTS, DOCTRINGS, AND OTHERS:
RUNNING ISSUES: Is there something I might be missing? Please note that I ran and stopped this recipe multiple times, which might not be supported.
|
|
@mravanelli regarding the dependency issue for transformers 4.28 . the reason is that transformers >= 4.30 change the way they manage audio processing. Basically, they remove all model-specific audio feature extraction functions and unify all of them in audio_utils class that supports different audio processing. this causes an issue in a function in our whisper_huggingface.py class that generate mel-spec. This issue is discussed and resolved in this PR. |
|
@mravanelli regarding the |
|
Here is what I got: I'm actually using Narval. Are you able to replicate the issue on Narval? |
|
Thank you for making the changes. I'm running various tests and experiments, and so far, everything seems to be working well. Here are the last minor issue to address:
|
CL-MASR: A Continual Learning Benchmark for Multilingual ASR
NOTE: when merging we should not automatically delete the branch in the source repository (URL must stay available).