Tobias Hölzer

Results 9 issues of Tobias Hölzer

# The Problem I've run into multiple problems trying to install the library. Having a look on the Issues of this Repo others run into similar issues. These are: -...

## What does this PR do? Fixes #19983 - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) - [x] Did you read the [contributor guideline](https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md), **Pull...

waiting on author
pl

Right now, when doing `--help` on a lazy registered command or on an app containing lazy registered commands, the respective modules will be imported. This leads to a decreased user...

With the release of v4 support for a Sphinx documentation generator was added. Following #180 and especially the [comment from @danielgafni](https://github.com/BrianPugh/cyclopts/issues/180#issuecomment-3423751629) I want to open this issue to ask for...

### Bug description When using the AdvancedProfiler to create and persist a profile of a training, it is not possible to have a ModelCheckpoint which monitors a variable with a...

bug
checkpointing
profiler
callback: model checkpoint
ver: 2.5.x

Fixes #814 Fixes #140 ## Proposed Changes - Enables Dask + Cupy for aspect - Enables Dask + Cupy for convolve2d - Enables Dask + Cupy for curvature - Enables...

enhancement

I tried implementing it by myself for the aspect, it seems to work just fine: ```py def _run_dask_cupy(data: da.Array) -> da.Array: data = data.astype(cupy.float32) _func = partial(_run_cupy) out = data.map_overlap(_func,...

### JabRef version 5.15 (latest release) ### Operating system GNU / Linux ### Details on version and operating system Fedora Linux 42 (Workstation Edition) x86_64 with Hyprland 0.51.1 (Wayland) ###...

component: ui
platform: linux

Hi all, first of all: great project, super ergonomic to use, thank you! I just wanted to mention that I tried using cupy via [cupy-xarray](https://github.com/xarray-contrib/cupy-xarray), and it worked out of...