Hendrik Schröter
Hendrik Schröter
Also happens to me regularly. I am using the latest stable version installed from fedora modules rolling. This issue is quite annoying because I cannot assume the my notebook is...
Since I want to store a ArrayDyn, I don't see an Option to pack a struct efficiently. I used this workaround which also requires an additional copy to make real/imag...
Hi, not sure what the current state is, but casting a complex value to a higher precision would be nice to have (like `f32 as f64`): ```rust let a =...
From my understanding, masks have the same size as the original dense tensor, no? Typically, a sparse tensor is defined by a list of values and a list of indices...
FYI: PyTorch implemented a few aarch64 and arm kernel with block size 8x1 and 4x8: https://github.com/pytorch/pytorch/pull/50585
Did you follow the Readme and installed cargo via rustup?
You are missing hdf5 headers. You need to install hdf5 with development files if you want the training environment. Note that training on windows is not supported by the DeepFilterNet.
> Does this mean the following steps? Yes > For stage 2 (DF), we only used 96 bins in deepfilternet, which needs to be changed because NFFT? You can change...
Low NFFT is for high time resolution on the loss side. High NFFT is for a high frequency resolution. Just plot some spectrograms with different FFT sizes and you can...
I created a spec file for way-cooler and way-cooler-bg: https://github.com/Rikorose/way-cooler-spec Could you review in terms of dependencies etc..?