Jan Thomas Müller

Results 5 issues of Jan Thomas Müller

You have two dead links in your Wiki. In Quick Start -> 3. High-level Prunes -> Pruning with High-level Pruners -> "this tutorial" and "benchmarks/main.py" #### Pruning with High-level Pruners...

> We can only get 65.0 MOTA and 78.1 AP when replacing all the deformable convolutions with normal convolutions in DLA-34. - from [FairMOT paper](https://link.springer.com/content/pdf/10.1007/s11263-021-01513-4.pdf) Where can I find the...

Hello, I've noticed that during iterative pruning, the model might not necessarily undergo pruning after each step (pruning generator does not return anything - is empty). Since the iterative pruning...

Hi there, what's the best way to implement a custom element-wise addition method? I aim to eliminate the inter-layer dependency of the standard addition operator, or at least cease tracking...

Hi there, First off, thank you for your amazing work! I’ve been using your API in my project, [Daily Stoic Quotes Using GitHub Scheduled Actions](https://github.com/janthmueller/Stoic-Quote-Of-The-Day), and it has been a...