You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to removetensorflow/tools/ci_build/builds/configured GPU \ as it would try to disable gpu support for whatever reason. Also had to symlink the output libaries to *.so.1. That's a separate issue but thought I would mention it.
Reproduce:
Ran cmake . -DPYTHON_EXECUTABLE=python2 in /inference/cc
Output
CMake Error at /home/pv20bot/coding/source_builds/tensorflow-cmake/cmake/modules/FindTensorFlow.cmake:254 (message):
Your installed TensorFlow version 1.14 is not supported
We tested against 1.9;1.9.0;1.10;1.10.0;1.11;1.11.0;1.12;1.12.0;1.13;1.13.1
Expectation
I'm thinking a warning is more appropriate than a fatal error on line 254 if major version > 1 or minor version > 13 to notify the user that the maintainer hasn't tested future releases yet, but that it might work.
Investigation
Like all good end users I simply commented out the lines causing the fatal error and wished for the best.
Environment
Issue
Cmake fails on tensorflow version 1.14
Context:
Built tensorflow from source by slightly modifying your dockerfile
I had to remove
tensorflow/tools/ci_build/builds/configured GPU \
as it would try to disable gpu support for whatever reason. Also had to symlink the output libaries to *.so.1. That's a separate issue but thought I would mention it.Reproduce:
Ran
cmake . -DPYTHON_EXECUTABLE=python2
in /inference/ccOutput
Expectation
I'm thinking a warning is more appropriate than a fatal error on line 254 if major version > 1 or minor version > 13 to notify the user that the maintainer hasn't tested future releases yet, but that it might work.
Investigation
Like all good end users I simply commented out the lines causing the fatal error and wished for the best.
So far so good. Thanks for the awesome repo Pat!
The text was updated successfully, but these errors were encountered: