keras2cpp
keras2cpp copied to clipboard
This project only support std = c++17. Is there any other version?
I want to deploy keras model to embedded linux system. I need use arm tool chain to build source code. Currently, arm tool chain can not support C++17. Is there c++14 version code?
You cat try to compile it!
thanks
i will try it .
在 2019年6月26日,20:29,Georgy Perevozchikov [email protected] 写道:
You cat try to compile it!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
It doesn't seem to work with C++11 but I am constrained to use it as of now because of firewall issues. Any work around?
Thank you. Now I am working on another project. I need not it any more.
在 2020年7月14日,04:17,SundarRamanP2000 [email protected] 写道:
It doesn't seem to work with C++11 but I am constrained to use it as of now because of firewall issues. Any work around?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Thanks! I installed gcc5
I had the same issue, so I added C++11 capabilities to go along with the C++17 capabilities (switchable in the CMake). Runs fine visual studio 2015 and gcc 4.8.5. I can push it if someone else needs it.