Chenda Li
Chenda Li
Hello, I'm training some custom models with ESPNet2. And I find that the default initialize method checking the bias parameters of NN by the `p.dim()` function. This check is not...
We have been developing (enhancing) speech enhancement functions in ESPnet2. We particularly design it to tightly integrate it with downstream speech processing tasks (I.e., ASR and ST). Phase 1 is...
### 🐛 Describe the bug Occasionally, a core dump error may occur with a specific audio file as input, which a Python exception cannot capture. This error is rare, but...
--- ### Prevent division by zero in variance normalization ## What did you change? - Added a small epsilon term (`self.eps`) to the denominator when normalizing by standard deviation. -...