sicxu / Deep3dPortrait

Deep 3D Portrait from a Single Image
MIT License
384 stars 72 forks source link

rasterize_triangles_kernel_1.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs #8

Closed sahilsid closed 3 years ago

sahilsid commented 4 years ago

Error in compiled renderer. Says : rasterize_triangles_kernel_1.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs Running : Ubuntu 16.04 Tensorflow-gpu 1.12.0 CUDA 9.0

sicxu commented 4 years ago

Hi, this is very strange, since I have test the .so file in the environment. This error may occur when the tf version does not match the .so file. However, based on the information you provided, it seems the tf version you are using is right. Maybe you can wait for #4 's reply.