You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the code (thank you!) the tf.load_op_library in ROIPoolingWrapper.py yields the error, "roi_pooling.so: undefined symbol: _ZTIN10tensorflow8OpKernelE".
It loads in tf 1.3 but other issues exist (that are fixed in tf 1.4 exist) that don't allow the code to run.
The text was updated successfully, but these errors were encountered:
@learnbott Could you give a detailed explaination?
I have encountered the same error as you and tried to solve it using the method you mentioned. However, the error still exists.
Please do me a favor, thank you.
When running the code (thank you!) the tf.load_op_library in ROIPoolingWrapper.py yields the error, "roi_pooling.so: undefined symbol: _ZTIN10tensorflow8OpKernelE".
It loads in tf 1.3 but other issues exist (that are fixed in tf 1.4 exist) that don't allow the code to run.
The text was updated successfully, but these errors were encountered: