8bitpd

Results 11 comments of 8bitpd

I met the same error. This error is caused because that function TextAudioLoader.get_audio saved empty spectrograms file(.spec.pt). (Maybe caused by multi-processing?) Torch will throw this error when load empty file....

Have you considered CUDA's and pytorch's version is incompatible? May be you can run ```bash nvcc -V ``` to check your CUDA's version. Then reinstall pytorch especially cudatoolkit in torch...

Yeah, but connecting to an unknown server is not the expected behavior? Is there any way to disable "Tunnels" provided by ms?

Same problem. It can be solved by changing ``` # file: /opt/conda/lib/python3.10/site-packages/pyannote/audio/core/model.py from lightning_fabric.utilities.cloud_io import _load as pl_load ``` to ``` from lightning.fabric.utilities.cloud_io import _load as pl_load ```

@crazywoola Thanks, I've fixed the linting issue and the changes have passed CI.

@crazywoola The conflicts have been resolved. Could you please review and approve this PR?

@crazywoola Sorry for missing the test, it's been added now and conflicts have been resolved.

@crazywoola Conflicts have been resolved again.I noticed that it hasn't been reviewed in a while. Could you please take a look when you have a moment? Thank you!

@bowenliang123 Could you please kindly review this PR?