Skip to content

Undefined symbol error while training #22

Description

@SPoulmanePlateformeIo

Hello there,

I'm trying to train and test SIN against the VOC datasets. I'm using Python3.8.5, Tensorflow 2.31.

To be honest, I struggled to make everything working (The code seems to be written for Python 2 with an older version of Tensorflow). I can now build the cython libs and start launching training. However, an error occured at the end :
tensorflow.python.framework.errors_impl.NotFoundError: /<path-to-sin>/tools/../lib/roi_pooling_layer/roi_pooling.so: undefined symbol: _ZN10tensorflow8OpKernel11TraceStringB5cxx11EPNS_15OpKernelContextEb

It seems that roi_pooling is not compiled properly. I'm not sure which compiler options I should use. Is it a C compilation issue or a Python library versions issue ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions