Christoph Boeddeker

Results 18 issues of Christoph Boeddeker

I tried to use repeat for in torch and needed a layer, but strangely it was not there. I know, that I could use `einops.layers.torch.Reduce('...', reduction='repeat', ...)`, but that is...

feature suggestion

Hey, I compared pyroomacoustics with habets image method RIR generation code and was confused by two things: - attenuation - time of flight ![download](https://user-images.githubusercontent.com/13744128/149498317-e030a1eb-aa5f-4ea5-8b18-94b59e28927f.png) For the time of flight, I...

After some discussions in #25, it turned out, that it would be good to update the example. - [ ] use paderbox stft - [ ] use beamforming instead of...

Is there any plan to support install pb_bss from pypi?

# Issue: I trained a model and want to visualize it in a jupyter notebook. At the moment my workflow is, that I execute the model and call manually some...

At the moment is any callable a configurable, when it supports key value arguments. While this is verbose and most factories and classes are supported, there are a few we...

enhancement

This has to be done for a complete implementation of multiple GPUs.

enhancement

Hi, I tried a model from Huggingface (https://huggingface.co/espnet/simpleoier_librispeech_asr_train_asr_conformer7_wavlm_large_raw_en_bpe5000_sp) and copied the code from the "Use in ESPnet" button. The example was broken, I had to change ``` text, *_ =...

Hello, what do you think about using descriptive names for the arguments of `edit_distance`? With `descriptive` I mean something like reference and hypothesis. In the "plain" edit_distance you only count...