Christian J. Steinmetz

Results 28 comments of Christian J. Steinmetz

Hi @tawfik741. What kind of error do get your when trying to open the compiled standalone app?

Hey @turian. Thanks for raising this. I think we can add librosa as an optional dependency since its only needed for the mel filterbanks. Is scipy also a problem for...

If you want to take a look, I have started a [branch](https://github.com/csteinmetz1/auraloss/tree/librosa) that moves librosa and scipy to optional install by default.

Great, could you give the [librosa](https://github.com/csteinmetz1/auraloss/tree/librosa) branch a try? I did some basic testing and things seemed to be working for me.

I still am interested in providing this kind of interface. We can imagine creating a loss by passing a transform (e.g STFT) and distance function (e.g. L2). This would be...

Hi @taehoGit, this does look like a bug, however it likely has a minimal effect. There may be some different behavior between the dynamics of the input and the target,...

This is a good question and likely should be added to the docstring. These are the values from the paper we based the implementation on [https://arxiv.org/abs/1910.11480](https://arxiv.org/abs/1910.11480). Based on the paper...

Users who want the above functionality should be able to install librosa and scipy with `pip install auraloss[all]`.

Looking to take this into main shortly (hopefully 1 week).