Stefan Baumann

Results 7 issues of Stefan Baumann

### Problem When installing madmom via pip on Python 3 (e.g. `pip3 install madmom`), ~~Cython is missing from the dependencies~~ (**correction**: Cython is in the dependencies, but not installed before...

Hi there, first of all thanks for the really useful library! There is one thing I have run into which I think could be a good addition to the library:...

When loading the `GradualWarmupScheduler` from a state dict to resume a training, the `optimizer` attribute of the nested `after_scheduler` is loaded from the `state_dict`. This causes a static learning rate...

I have been trying out some scenes with the COLMAP-based pipeline you provide in the repo and I've been running into the issue of the model learning only the input...

Hi, is there a reason why you tend to not use your own implementation of hashgrid encoding? Everywhere I look in the codebase you always seem to use the `tcnn`...

The documentation of these methods stated "greater-than" inequalities while the code performed "greater-than-or-equal-to".

This PR aims to solve the issue discussed in #337 in a backwards-compatible manner. An additional argument `allow_descending_fifths` was added to the `key.weighted_score` and `key.evaluate` methods, which is set to...