Skip to content

ffi import error #5

@JuChanSeo

Description

@JuChanSeo

Does anyone succeed run trainval_net_global_local.py?

I have tried to run the code, but there is an import error on pytorch ffi module.
Below is error message.

File "/home/.../cddod-master/lib/model/roi_crop/_ext/roi_crop/init.py", line 3, in
from ._roi_crop import lib as _lib, ffi as _ffi
ImportError: /home/.../cddod-master/lib/model/roi_crop/_ext/roi_crop/_roi_crop.so: undefined symbol: __cudaPopCallConfiguration

I think there is a problem with cuda version and pytorch version. I wonder if there was a problem like this for those who succeeded in running trainval_net_global_local.py, and if so, how did you guys solved it.

Below is my environment

-ubuntu 18.04

  • Python 3.6.2
  • torch0.4.1 / torch vision 0.2.1
  • cuda 10.1
  • cudatoolkit 10.1

Thank you.

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