Closed jlewi closed 2 years ago
I think there are two possible solutions
Unfortunately it doesn't look like there are any precompiled Go versions of the protocol buffers https://github.com/tensorflow/tensorflow/tree/master/tensorflow/go
Given the TF protos are multiple files I don't think we want to try building them without bazel.
Treating it as opaque bytes might be easier as it avoids the complexity of trying to check in GoLang proto libraries and keep them in sync. Having to blaze build the protos and then copy the generated golang files could be cumbersome to maintain.
Change is on the branch jlewi/list but not merged to master yet.
Here's the error
This serialization error is happening inside the taskstore server. It looks like the problem is we don't have GoLang generated files for the TensorFlow protocol buffers.