David Davó
David Davó
Waiting for plotly/dash#2251 to be fixed
This would be easier to fix if #88 was completed
This is needed to update to Python 3.12 - #2098 I don't know anything about tensorflow and I'm having problems solving this issue. If someone can and wants to help,...
Basically, the entirety of the [wide_deep_utils.py](https://github.com/recommenders-team/recommenders/blob/4f86e4785337d455aa3cb7e8920c3fab9a2a0140/recommenders/models/wide_deep/wide_deep_utils.py) file. I haven't really used tensorflow, so I don't know exactly how it works, but this doesn't seem to be a minor change as...
I was giving it a go because I want to learn a bit more about low-level machine learning (instead of always using `import`), and it seems that `tf.feature_column` is also...
It EOLs in September 2025. While more than a year remains, perhaps migrating to v2 would make Python 3.12 support easier too.
Yes, it was a configuration problem that made it impossible to connect. If someone comes here from google search, the problem was that my device had two IP's and it...
Underscores are used in prepending a domain that is not a hostname (TXT and SRV records). https://domainkeys.sourceforge.net/underscore.html But using it for a hostname indeed violates RFC. Here's the related issue...
I think I solved it by using network aliases. This is my current, over-complicated docker-compose file for a docker swarm: ```yml version: "3.8" volumes: docspell-postgres_data: docspell-solr_data: networks: overlay_proxy: external: True...
Same problem here, except I'm using a docker image, and I'd prefer not having to have two docker containers for this task