Can I use the enhance_file method?
#1
by
naninanya
- opened
I can't use enhance_file bacause this method occurs error.
The cause of error is that CNNTransformerSE.forward method has't lenghs parameter.
TransformerLM.forward method has hx parameter hx parameter, even though it is not used.
Should we add lenghs=None parameter to CNNTransformerSE.forward method?
Aha, yes this needs to be fixed. This PR has a edited, working example now:
https://huggingface.co/speechbrain/mtl-mimic-voicebank/discussions/3
We are working on an updated version of this model that should fix the enhance_file
method.
Thank you for your feedback!
pplantinga
changed discussion status to
closed