Julius Richter
Julius Richter
Dear authors, thank you very much for uploading the code for CDiffuSE! Unfortunately I have some problems with the execution. Would be great if you could address the following issues:...
The function [_convert_samples_to_float32](https://github.com/NVIDIA/NeMo/blob/c82879f48d18e3c991e48a98fd1f73f1320b0f85/nemo/collections/asr/parts/preprocessing/segment.py#L257) in `NeMo/nemo/collections/asr/parts/preprocessing/segment.py` is not compatible with numpy>2.0 Consider changing to: ``` def _convert_samples_to_float32(samples): """Convert sample type to float32. Audio sample type is usually integer or float-point. Integers...