efficientspeech icon indicating copy to clipboard operation
efficientspeech copied to clipboard

PyTorch code implementation of EfficientSpeech - to be presented at ICASSP2023.

Results 6 efficientspeech issues
Sort by recently updated
recently updated
newest added

The following error is thrown in the original code using later versions of Lightning (e.g. 2.2.1): ``` TypeError: The classmethod `EfficientSpeech.load_from_checkpoint` cannot be called on an instance. Please call it...

Do you test at android or ios? I want test mobile os Thanks, Moon

Hello, i am running into this error: File "/opt/conda/lib/python3.10/site-packages/lightning/pytorch/loops/fit_loop.py", line 354, in advance self.epoch_loop.run(self._data_fetcher) File "/opt/conda/lib/python3.10/site-packages/lightning/pytorch/loops/training_epoch_loop.py", line 133, in run self.advance(data_fetcher) File "/opt/conda/lib/python3.10/site-packages/lightning/pytorch/loops/training_epoch_loop.py", line 218, in advance batch_output = self.automatic_optimization.run(trainer.optimizers[0],...

Thank you for the excellent work and sharing this implementation. I tried to convert to ONNX and did the inference . However I have below issue/challenges. Appreciate any valuable suggestions...

Many thanks Rowel for this repository and the provided English models. I like the quality and RTF on CPU, its about 10 on my PC, and i will soon install...

I have recently released this tutorial It was so easy to do training with DLAS. Used Ozen Toolkit to prepare whole speech training dataset with single click So both data...