Jonas Haag
Jonas Haag
Micromamba does not support `env create`, only `create`. Where do I add a test for this?
Speedscope profiles can grow so large it's impossible to import them into speedscope.app. One simple thing we could do is de-duplicate the `samples` + `weights` lists: ```js { "samples": [...
New version of https://github.com/conda-incubator/setup-miniconda/pull/215
Currently to obtain a components and a features file (pickle and csv files) you have to run the command line or the Python API twice, which recomputes the components. Would...
Refs #402 Open questions: - Is getting the masker "working size" useful for all filterbanks? (I think so but not sure) - The code requires the `fix_input_dims` method that's only...
When using `fix_length_mode="trim"` in DCUNet, the signal is right-trimmed to the next possible size, and then zero-padded on the right to reconstruct the original size. When using a loss or...
Refs #180 So I just wanted to work through the similarities and differences of the models, datasets and egs. First thing I noticed is that for some egs, model and...
In the WHAM ConvTasNet scripts, you can set some options in `conf.yaml` and some options in `run.sh`. The `run.sh` ones seem to have precedence over the `conf.yaml` ones. To me...
## 🚀 Feature Add automated tests for egs ### Motivation Currently these are entirely untested, which means any changes done to the `run.sh` scripts etc. must be tested manually. When...
It's a fork of the original pesq repo that does proper error handling (rather than simply exiting with `exit(1);` from C code). cc FYI @mpariente