Max Frei

Results 11 issues of Max Frei

## I'm submitting a… [ ] Bug [x] Feature Request [ ] Documentation Request [ ] Other (Please describe in detail) ## Current Behavior AFAIK, gaps can only be applied...

Logs the learning rate in tensorboard, just like the Keras callback ReduceLROnPlateau does (see [https://github.com/keras-team/keras/blob/master/keras/callbacks.py](url)).

I'm using `docker compose` to run a container: ``` version: "3.9" services: app: image: nvidia/cuda:11.0.3-base-ubuntu20.04 deploy: resources: reservations: devices: - capabilities: [ gpu ] ``` The container *can* benefit from...

First: thanks for the awesome work you're doing. I have a feature request: In some fields of science (e.g. computer science, e.g. [this paper](https://arxiv.org/abs/1703.06870)) large numbers without units are often...

enhancement

Fixed warning: Gtk-WARNING **: 17:31:13.531: Theme parsing error: gtk-dark.css:6360:24: 'none' is not a valid color name

### Model/Pipeline/Scheduler description It would be nice to have a pipeline that combines the `StableDiffusionImageVariationPipeline` with the `StableDiffusionDepth2ImgPipeline`, i.e. a pipeline that creates an image from a depth map, but...

community-examples
stale

I'm working on my own Blender export code, just for the camera (so not for the film) and wanted to avoid using the field of view, since it [relies on...

I'm currently running into an issue, where I receive the following error: ``` Critical Dr.Jit compiler failure: cuda_check(): API error 0700 (CUDA_ERROR_ILLEGAL_ADDRESS): "an illegal memory access was encountered" in /src/mitsuba3/ext/drjit/ext/drjit-core/src/util.cpp:203....

## 🐛 Bug Maybe it is not a bug but a feature or I just didn't find the right keyword to achieve the behavior that I would expect. If there...