Hendrik Schröter

Results 76 comments of Hendrik Schröter

Thanks for the link. It would be great, if you would contribute back to the open source community and open source the denoising loop as well.

Hi folks, I released a real time loop fully written in Rust. You can download a `deep-filter` executable in the latest 0.3.0 release.

Hm, which other mail programs are out there that work with hydroxide and PM labels?

I can still confirm on latest rust 1.63.0 stable clippy that fucntions implmented within a `#[pymethods]` `impl` still result in this lint: ```rust #[pymethods] impl _FdDataLoader { // ... fn...

You can clear the cache on your own. I need to run enhance() multiple times so I do not want to clear the cache after each run.

I know. Its an issue with the hugging space, which runs out of tmp space.

Should be working again, could you try it out?

Hi, thanks for this PR! I would be interested in merging it. A few things that I want to discuss: 1. Only keep things related to the pytorch real-time path...

A few notes: 1.1 Don't remove existing depending features in pyDF (logging, transforms) 1.2 Don't add features in this PR that is unrelated (jemalloc) 1.3 Hide tract dependency behind a...