keras2cpp icon indicating copy to clipboard operation
keras2cpp copied to clipboard

This project only support std = c++17. Is there any other version?

Open heilonli opened this issue 5 years ago • 6 comments

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?

heilonli avatar May 10 '19 08:05 heilonli

You cat try to compile it!

gosha20777 avatar Jun 26 '19 12:06 gosha20777

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.

heilonli avatar Jun 26 '19 12:06 heilonli

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?

sundar7D0 avatar Jul 13 '20 20:07 sundar7D0

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.

heilonli avatar Jul 22 '20 07:07 heilonli

Thanks! I installed gcc5

sundar7D0 avatar Jul 23 '20 14:07 sundar7D0

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.

bandjhughes avatar Jul 10 '21 22:07 bandjhughes