Search Results

Found 1 results for "d1b41d4d18430008b95c27e9ed86cf32" across all boards searching md5.

Anonymous /g/105995475#105996341
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.