Nikita Sivukhin
Nikita Sivukhin
There is an OpenApi spec in the grafonnet repository: https://github.com/grafana/dashboard-spec/tree/master/specs/7.0 Maybe grafanalib can use some automatic/semi-automatic approach to generate basic Python object representation from OpenApi spec...
Bumping issue again. Are there any plans to support graceful shutdown for tensorflow-serving? As already been said - for hosting tensorflow_serving in k8s this is must have feature for easy...
@MoFHeka, thanks for quick reply! I will try to use Horovod, sure (I'm not familiar with it but looks like this is mature library which everyone used :-) ) For...
Yes, thanks! I managed to install fresh TFRA version from sources. I created simple `Dockerfile` to automate these actions (maybe it will be helpful for someone): https://gist.github.com/sivukhin/da17615df0628a58e4680f7ab48ad8a2 Did `HvdAllToAllEmbedding` supports...
Hm..ok. I still got this weird error about inconsistent shapes (with Redis & Cuckoo) - but maybe need to dig more into it... **UPD**: I looked more closely on your...
Thanks @MoFHeka, got it! One last question from my side - does `recommenders-addons` plans to support more fresh versions of tensorflow in future library releases?
CC @valyala
Before streaming parsing attempt to load 715MB dump to turso ended up with OOM (eating 12GB of RAM and 12GB of swap) After streaming parsing same attempt finished with timeout...
PyPi registry already have package `1.3.2` published recently, but Dockerhub latest version is still 2 years old `2.11.0` tag. @sammymax, maybe you can help here? Does google plan to actualize...
Yeah, you are right. I implemented `godjot` purely based on the spec without consulting with Javascript reference implementation - so there can be some divergence in theory - but I...