Johannes Haux

Results 8 issues of Johannes Haux

This solves #216 partly. The stacking behavior is as described in the issue: Configs are merged using `edflow.util.merge` which in turn uses `edflow.util.update` in the background. Both of these functions...

Introducing: The Pytorch Profiling hook! Saves a trace, that can be interactively viewed via the ``chrome://tracing`` tool. Take a look at the attached pictures. Still on the todo list: -...

**Is your feature request related to a problem? Please describe.** black does it beautifully! We even get cake when things are formatted! **Describe the solution you'd like** There is a...

**Is your feature request related to a problem? Please describe.** As described in #231 it would be nice to be able to have a unified way of dealing with input...

Wandb is already in use for logging, but there are a lot of useful features we are currently not supporting out of the box. Your project would be to make...

Implement a tool, that lets a user see, what takes long and what doesn't in a given training cycle. This will allow us to use resources far more efficiently.

It is often beneficial to play around with a model, without the overhead of writing a loader script for some data you just want to see your model evaluated on....

Make it easy for edflow users to define, if they want to use gpus and if so which. This project should also include an easy to use resource detector, that...