Kevin Zhang
Kevin Zhang
@benjaminum @hby001 I also tried the latest commits and get the same errors. Is it something related to the option setting ABI "-D_GLIBCXX_USE_CXX11_ABI=0"? Would you please share some information on...
@rnunziata I got it compiled successfully when I change the GCC compilers. I use GCC5 (coming with Ubuntu 16.04) for tensorflow 1.4 with "-D_GLIBCXX_USE_CXX11_ABI=0" or just GCC4 for tensorflow, while...
@rnunziata FYI, I didn't modify any files. if you compile tensorflow from source with gcc 5 (or later) compilers, just add the option as shown in the official tutorial (https://www.tensorflow.org/install/install_sources):...
Hi Timo @Timo-hab, currently I am trying to integrate other solvers provided by new caffe-master into segnet and run into similar errors. Have you solved the problem? I am really...
Thanks a lot, @Timo! I will give it a try :)
Hi @djjerdog , did you solve the problem? I met with the same error when I tried to compile for Jetson TX1. I am really appreciated if you can share...
Hi @philm001 , did you solve the problem?
Hi @bugiworks @pieterjanbuntinx , I met the same error. Did you manage to solve it? Thanks for sharing.