Fabrizio Ottati

Results 49 comments of Fabrizio Ottati

There is also a function from torchdata, but since its development is paused, it is better to provide an error message. What do you think?

@MinaKh I think you should add `torchaudio` to the test `requirements.txt`, 'cause it fails as dependency in the CI tests.

It seems that the tests now are running using CUDA. Maybe it is better to run them with everything on CPU? Or we could modify the `requirements.txt` to install the...

Will get on it! On 5 Dec 2023, at 10:54, Mina Khoei ***@***.***> wrote: where do you see that error? I see a different error, again related to CUDA https://github.com/neuromorphs/tonic/actions/runs/7089430652/job/19294156537?pr=273...

@MinaKh I need to sit and do it properly. I will update you this afternoon

I don't know why but it keeps installing the CUDA version even if I have specificied to use the CPU wheel of PyTorch.

Okay, it seems I convinced it @MinaKh :)

@biphasic all the tests are passing now. I have created a separate `test/torch_requirements.txt` so that I can pull the CPU wheel of PyTorch. Moreover, following `torchaudio` documentation, specific combinations of...