ruizhecao96 / CMGAN

Conformer-based Metric GAN for speech enhancement
MIT License
309 stars 60 forks source link

RuntimeError #28

Open sister-tong opened 1 year ago

sister-tong commented 1 year ago

RuntimeError: stft requires the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release.

BancoLin commented 1 year ago

RuntimeError: stft requires the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release.

my solution is downgrade PyTorch to 1.10 as 'requirements.txt' said. PyTorch 1.10 only throws a warning, not an error.

sister-tong commented 1 year ago

Thank you very much for your response, and I have another question about where to view the batch_size and num_workers in this project.

moshengmao commented 11 months ago

你们遇到了nccl的错误了吗?求助