Closed akirademoss closed 4 years ago
doing the above and using the below build command built properly
bazel build --config=release --copt=-O2 tensorflow_serving/...
Note for updating installation instructions later: to build bazel-bin/tensorflow_serving/tools/pip_package/build_pip_package /tmp/pip
then copy to serving directory, workon virtual environment, and installstall same way installed tensorflow with pip3.
System information
Problem
Getting several error messages when trying to build. 1.) error: 'val.val' may be used uninitialized in this function [-Werror=maybe-uninitialized] return val;
2.) AttributeError: module 'keras_preprocessing.image' has no attribute 'DataFrameIterator'
Exact Steps to Reproduce
Download the 2.3.0 tars, create a local virtual environment e.g:
Potential steps to solve
uninstalled keras_applications and keras_preprocessing. Instead ran:
note that this should take care of the second error.