Search Results
7/23/2025, 8:59:30 AM
Anyone got to run DMOSpeech 2 from https://huggingface.co/spaces/mrfakename/DMOSpeech2 to locally?
I'm getting this error when trying to generate.
File "/home/andrey/sandbox/DMOSpeech2/venv/lib/python3.12/site-packages/vocos/spectral_ops.py", line 46, in forward
return torch.istft(spec, self.n_fft, self.hop_length, self.win_length, self.window, center=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: min(): Expected reduction dim to be specified for input.numel() == 0. Specify the reduction dim with the 'dim' argument.
I'm getting this error when trying to generate.
File "/home/andrey/sandbox/DMOSpeech2/venv/lib/python3.12/site-packages/vocos/spectral_ops.py", line 46, in forward
return torch.istft(spec, self.n_fft, self.hop_length, self.win_length, self.window, center=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: min(): Expected reduction dim to be specified for input.numel() == 0. Specify the reduction dim with the 'dim' argument.
Page 1