Hendrik Schröter
Hendrik Schröter
Not sure why the input is not contiguous. It would help me to debug if you could send me a sample to reproduce the error. A possible workaround could be...
Hi, 1. The spectrogram loss is directly computed on the resulting spectrogram, while the multi-res loss is computed after an additional istft, and stft. Even though istft/stft are linear operations,...
a. No. Erb has a worse frequency resolution since it logarithmically compresses the linear STFT bins. b. Better in terms of having a smaller dimension, worse in terms of resolution.
Depends on lewton's ogg version
Hi there, thanks for your interest in DeepFilterNet and reporting this problem. I will provide a fix. In the meanwhile, `python DeepFilterNet/df/enhance.py test.wav` should work.
Should be fixed on master. If you installed DeepFilterNet via pip, you could update with `pip install --update git+https://github.com/Rikorose/DeepFilterNet/`
My bad, I forgot you only need to update the wheel in the DeepFilterNet directory. I guess, until I cut a new release, you need to follow the development instructions...
I pushed a new release. Could you test `pip install -U deepfilternet`?
You don't need to install from source, since I pushed a new release to pypi. Just running `pip install -U deepfilternet` should install the latest 0.1.11 DeepFilterNet which fixes this...
Are you able to open the datasets with h5py? E.g. using https://github.com/Rikorose/DeepFilterNet/blob/main/DeepFilterNet/df/scripts/sample_from_hdf5.py