David Marttila

Results 6 comments of David Marttila

I actually have the same use-case, where I need to pass along a discrete state that gets updated at each vector_field call rather than each step of the solver. It...

@BenjaminDAnjou sure. I wouldn't say complicated, just not particularly pretty or generalizable. It's very much a bandaid hack, but it does what I need it to do, i.e. replicate the...

@csteinmetz1 Would it be possible to merge this pull request? Or to consider alternatives like declaring `license`, `requires-python` etc as `dynamic` in `pyproject.toml`, or as the pull request suggests, dropping...

Hi @genisplaja, thanks for the review! Most research that I'm personally aware of (using the dataset for either pitch detection or source separation) does not use the unsplit tracks, because...

Thank you for the deep dive, that explained a lot of weird little trip ups that I ran into. I tried playing around with your workaround, but unfortunately in my...

Hi @slinderman, would it be possible to create a new release that replaces the `tensorflow_probability` dependency with `tfp-nightly`? I think this would fix the issue for now and make `pip...