David Davó
David Davó
I modified the im2imannotator, so it displays a grid of 4 images (when possible) An example from 01b_tutorial_image_classification with the `oxford_flowers` dataset  It falls back to using the text...
I tried to use the project with ROS2, but it tells me that catkin is not installed: ``` CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will...
I tried to install the `lightfm` package on Python 3.12 ``` $ python -m venv venv $ source venv/bin/activate $ pip install lightfm Collecting lightfm Using cached lightfm-1.17.tar.gz (316 kB)...
This makes it compatible with Python 3.12 and solves #709
The rest server works fine, but I can't run joex because I get the following error: ``` docspell_joex.1.y178r29q95im@suisei | ***> ______ _ _ docspell_joex.1.y178r29q95im@suisei | ***> | _ \ |...
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.17.0 dash-bootstrap-components...
I know you just updated it to support Python 3.11, but Manjaro or Ubuntu now use Python3.12 by default.
### What happened + What you expected to happen I'm using a param_space that uses `tune.sample_from(...)` to get a certain hyperparameter that might be dependent on the batch size. For...
I'm trying to get it to anonymize my name, which has an accent, I tried with: ``` Davó Davo Dav[oó] ``` And even `Dav.`, but I can't anonymize it, but...