parsey-mcparseface-api
parsey-mcparseface-api copied to clipboard
Serve the Parsey McParseface API using TF Serving infrastructure
Instead of using the api, can we simply use an already installed tensorflow_model_server? i tried running: `tensorflow_model_server --port=9000 --model_base_path=/parsey-mcparseface-api/parsey_model` But it writes: `No versions of servable default found under base...
That's what the readme says - is the problem in the Tensorflow Serving (by google), in the client here, or in the api code here?
I've been struggling with trying to get this to compile for days. (Well there are so many errors I've gotten it probably wouldn't be useful to list them all.) But...
Hello, I have been trying to follow the instructions to serving syntaxnet's parsley-mcparseface-api. Running of the command ```bazel build -c opt parsey_api/...``` is giving me the following errors. I'm using...
``` bazel build -c opt parsey_api/... .......... ERROR: /private/var/tmp/_bazel_dbatista/6ac1d96aa6ae4210235143c7e192238a/external/org_tensorflow/third_party/py/python_configure.bzl:183:20: unexpected keyword 'environ' in call to repository_rule(implementation: function, *, attrs: dict or NoneType = None, local: bool = False). ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException:...
Hi, when I compile syntaxnet model branch "documents-from-tensor", error occurs as follow: ERROR: /home/darren.wy/.cache/bazel/_bazel_darren.wy/ac581bc1223ed80290130d37625e326f/external/org_tensorflow/tensorflow/contrib/quantization/kernels/BUILD:86:1: C++ compilation of rule '@org_tensorflow//tensorflow/contrib/quantization/kernels:_quantized_kernels.so' failed: gcc failed: error executing command /usr/bin/gcc -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=1' -fstack-protector -Wall...
First off, thanks for all of this work! I'm following the current README exactly, but when I get to the build phase I encounter this error: ``` $ bazel build...