Christoph Boeddeker

Results 34 comments of Christoph Boeddeker

I got the error ``` Traceback (most recent call last): ... File ".../site-packages/kaldi_io/kaldi_io.py", line 489, in _read_compressed_mat assert(format == 'CM ') # The formats CM2, CM3 are not supported... AssertionError...

Yes, I agree, that usually rearrange + broadcasting is the better option. I don't know, how to answer your question, without my concrete case. I try to estimate the speech...

For me, a direct install from github was also working: `pip install git+https://github.com/rkern/line_profiler` When `Cython` is installed, this should work, otherwise, the following may cause problems: https://github.com/rkern/line_profiler/blob/3cdc2fab6793802d31130b1af2705bddebf6f7fd/setup.py#L12-L25

> However, we have to consider the implications for the Hook post_step, which is at the moment called after train_step but before the backwards step. This is currently done to...

### 3. lisp style @thequilo That is a good point against this. Now I am also against this. ### 1 Reserved keyword Now I am also for this variant. Maybe...

Are there any plans to fix this? It is annoying, that `pip` ignores the command line arguments, when a `pyproject.toml` exists. It can mess up an installation. It is a...

I will take a look, but I don't know, how pip internally works (e.g. why is that class only entered when `pyproject.toml` exists, why disabling the user install with an...

@thequilo For me the link works. I think that is an issue with our University network. To summarize the webpage: Use a closure with `functools.wraps`.

First, thank you for the explanation and taking the time to write a long response. ### Fractional Delay Filters and Global Delay The fractional delay filters and global delay is...

@jonashaag Thanks for the PR. Do you know why @ludlows does not merge that Repo? It would be cleaner when the PyPI version will be updated.