The issue of SpeechBrain cache directory #932
matakanobu
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Would you mind providing me with a minimum reproducible example showing the "switching to another SpeechBrain model is unavailable" problem. A link to a notebook on Google Colab would be ideal. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have the issue and idea regarding SpeechBrain cache directory.
The first time of loading SpeechBrain model, i.e. when the SpeechBrain cache directory does not exist, there is no problem.
But, after the second time, it seems that the cache directory has not been released, so switching to another SpeechBrain model is unavailable.
So I clear the cache with like the following code before loading the model.
Is it necessary to clear the cache before loading model? They are sym-links or downloaded from hub, so I think no problem with deleting them.
pyannote-audio/pyannote/audio/pipelines/speaker_verification.py
Lines 94 to 98 in 1dc198d
Beta Was this translation helpful? Give feedback.
All reactions