Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in running rendering_example.py : undefined symbol: _ZN10tensorflow12OpDefBuilder5InputESs #54

Open
HOMGH opened this issue Jul 23, 2020 · 4 comments

Comments

@HOMGH
Copy link

HOMGH commented Jul 23, 2020

When I try to run the rendering_example.py code, I get the following error:

undefined symbol: _ZN10tensorflow14kernel_factory17OpKernelRegistrar12InitInternalEPKNS_9KernelDefEN4absl11string_viewESt10unique_ptrINS0_15OpKernelFactoryESt14default_deleteIS8_EE

Is there anything wrong with compiling the ./compile_op_v2_sz224.sh???
Any advice is appreciated!

@Dooonut
Copy link

Dooonut commented Jul 28, 2020

I have the same problem, and I solve it as follows:
1.Open the file /TF_newop/compile_op_v2_sz224.sh
2.Notice the first line "for Anaconda user, please use -D_GLIBCXX_USE_CXX11_ABI=1 (instead of -D_GLIBCXX_USE_CXX11_ABI=0)"
3.Modify it in line 8 and it works
ps: I use tf v1.14 and anaconda.

@HOMGH
Copy link
Author

HOMGH commented Jul 28, 2020

I have the same problem, and I solve it as follows:
1.Open the file /TF_newop/compile_op_v2_sz224.sh
2.Notice the first line "for Anaconda user, please use -D_GLIBCXX_USE_CXX11_ABI=1 (instead of -D_GLIBCXX_USE_CXX11_ABI=0)"
3.Modify it in line 8 and it works
ps: I use tf v1.14 and anaconda.

Thanks @Dooonut . yeah, that's right! Could you train their system? I'm about to train it. but I have heard that it couldn't converge at all.

@Dooonut
Copy link

Dooonut commented Jul 28, 2020

I have the same problem, and I solve it as follows:
1.Open the file /TF_newop/compile_op_v2_sz224.sh
2.Notice the first line "for Anaconda user, please use -D_GLIBCXX_USE_CXX11_ABI=1 (instead of -D_GLIBCXX_USE_CXX11_ABI=0)"
3.Modify it in line 8 and it works
ps: I use tf v1.14 and anaconda.

Thanks @Dooonut . yeah, that's right! Could you train their system? I'm about to train it. but I have heard that it couldn't converge at all.

I'm still trying. I'll let you know if I have any progress.

@HOMGH
Copy link
Author

HOMGH commented Jul 28, 2020

I have the same problem, and I solve it as follows:
1.Open the file /TF_newop/compile_op_v2_sz224.sh
2.Notice the first line "for Anaconda user, please use -D_GLIBCXX_USE_CXX11_ABI=1 (instead of -D_GLIBCXX_USE_CXX11_ABI=0)"
3.Modify it in line 8 and it works
ps: I use tf v1.14 and anaconda.

Thanks @Dooonut . yeah, that's right! Could you train their system? I'm about to train it. but I have heard that it couldn't converge at all.

I'm still trying. I'll let you know if I have any progress.

Thanks!

DuncanRowland added a commit to DuncanRowland/Epoching_StyleGan2_Setup that referenced this issue Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants