Valentin Buck

Results 5 issues of Valentin Buck

Warp currently doesn't send a Content-Length header, which can lead to problems with applications which expect this header. It would be nice to have a wrapper where I can just...

feature

**Describe the bug** I'm trying to use eframe with the egui_glow backend to create an application that uses glow to render part of the UI using custom GL code. This...

bug

Hi, I've been trying to extend descent to be able to create a U-Net (as in https://arxiv.org/abs/1505.04597) with it. A U-Net ist basically a bunch of convolutional layers that get...

**Describe the bug** I'm trying to create an implementation of the YOLO9000/YOLOv2 network in Burn with the WGPU backend. Creating the network works and I can also run it, but...

bug

Hello everyone, I'm currently using rustpython to embed an existing python library into a piece of software and I think I might have found a bug. The goal is to...

C-compat