-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lmbspecialops make error #61
Comments
lmbspecialops should compile with tensorflow 1.4.0. or maybe refer to https://github.com/lmb-freiburg/lmbspecialops/tree/amiranas-tensorflow-1.9-patch for patch fixing of later tensorflow version. |
change if (!data.starts_with("PIEH")) to if (data.substr(0, 4) != StringPiece("PIEH")) |
@liutao0913 's answer helped me fix the build errors. There are a few other places where the same substitution needs to be made. |
Hello, I am sorry to bother you. I have changed but there are still two errors like that: In file included from /home/summer/anaconda3/lib/python3.6/site-packages/tensorflow/include/tensorflow/core/framework/attr_value_util.h:24:0, |
@TheRustlessSummer Did you finally find a solution to your problem? |
i am using
cuda version 9.2
python 3.6
tensorflow 1.12.0
i have used -D BUILD_WITH_CUDA=OFF argument during cmake which gives warning:
Make gives this error!
Can someone please explain what is this error?
The text was updated successfully, but these errors were encountered: