Dmitry Yutkin

Results 6 issues of Dmitry Yutkin

There was a very long and convoluted solution. I think mine much more concise and better for understanding.

needs-review

Does aiocache support Redis Sentinel protocol?

feature

Tried to use OpenVino as a backend type. All works fine except a memory leak: Code that leaks: I'm reading an image in an infinite loop and doing "forward" on...

**Is your feature request related to a problem? Please describe.** We were running Descheduler as deployment but decided to switch to `CronJob` because we want to run it only during...

kind/feature

Hi! Could you please add `tensorflow_serving` [protobufs](https://github.com/tensorflow/serving/tree/master/tensorflow_serving/apis) to the Go package as well? They depend on the `tensorflow/core/` package, which is part of the graft.

**Description** We have a PyTorch model that we serve on the CPU using the triton inference server. We use the POLL approach to monitor the new model versions in the...

bug