-
Notifications
You must be signed in to change notification settings - Fork 161
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
Error Running buildTF.sh #1
Comments
Hi, it seems that your compiler does not handle generic lambdas [1], that are lambdas for which the parameter types are specified with the auto keyword. Another option is to explicitly provide the parameter types instead of using auto. Line 56: instead of
write
Line 152: instead of
write
[1] https://isocpp.org/wiki/faq/cpp14-language#generic-lambdas |
Hi, Thanks for your quick reply ! It works perfectly fine now. I've updated my g++ to g++ (GCC) 7.2.1 and could compile just fine. Many thanks, |
Hello, I've tried to run this on tensorflow 1.4.1, but same error as earlier upon loading Any idea what I could possibly look out for to fix this ? Or is your library currently not supporting tf 1.4.1 ? Many thanks. |
I've only tested it with TF 1.3. |
Right, that did the trick ! Thanks again. |
Hello,
Thanks a lot for this really nice repo. I tried to use it but wasn't successful running the buildTF.sh script.
Here are the details versions for my environment:
Do you have any idea what's going on ?
Thanks for your help, and here is the (long) log:
The text was updated successfully, but these errors were encountered: