Michael Mayer

Results 1132 comments of Michael Mayer
trafficstars

As of right now, TensorFlow for Go seems broken for the average developer: https://github.com/tensorflow/tensorflow/issues/41808 Their downloadable C library is also outdated. CPU requirements not really documented as well.

Yeah, but we really don't have time for hacks and workarounds right now. Need to compile it for different CPU architectures as well, including GPU support. Would be OK doing...

Since Google / the TensorFlow team decided to make it harder to use TensorFlow with Go (wonder why...), the next best/only option is to migrate our backend to this fork...

Wow, that was quick! Thanks a lot! So now it's up to us to update our dependencies and refactor existing code as needed 🥳 Do you happen to know if...

Guess you could delete the sidecar file and run photoprism convert to recreate it. Just reindexing might also work. Or you manually overwrite it using any tool you like.

Maybe needs updating. Sadly, we don't have a device for testing. From what I know, Portrainer now supports Docker Compose v3 config files. So you should be able to use...

Old Portainer version? The new one should support Docker Compose v3 files.

Is this a common best practice? Please add more details and examples, ideally based on our feature request template which we provide for this.

Could we implement this directly in the app or is it required to use this daemon? Maybe there is a Go library we could use instead. A bit of research...