peter

Results 13 comments of peter

I have thesame problem as DomhnallBoyle. Any luck?

I will try your suggestion tommorow and o will also try to include "add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)" in the cmake from earlier issues. Thanks

I followed your advise. I ran ldd dirt/librasterise.so linux-vdso.so.1 (0x00007ffd0b8a7000) libEGL.so.1 => /usr/lib/x86_64-linux-gnu/libEGL.so.1 (0x00007f1e5ac95000) libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007f1e5aa09000) libtensorflow_framework.so => /home/peter/anaconda3/envs/EnvPy2.7/lib/python2.7/site-packages/tensorflow/libtensorflow_framework.so (0x00007f1e598e8000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1e596e0000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1e594c1000)...

Thanks! Your suggestions for release build worked perfectly fine set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -ffast-math **-D_GLIBCXX_USE_CXX11_ABI=0**")

Hello, does anybody have a trained model and/or test script to test the method? Thanks

Pleas help to solve this issue! Thank you

This worked for me using python 3.6: pip3 install --upgrade jax==0.2.14 jaxlib==0.1.69+cuda111 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html