Giter Site home page Giter Site logo

Comments (5)

hellock avatar hellock commented on September 26, 2024 4

To use a custom extension, you may refer to the official tutorial.
As stated in the documentation,

Just be sure to import torch first, as this will resolve some symbols that the dynamic linker must see

from deformable-convolution-v2-pytorch.

cjnjuwhy avatar cjnjuwhy commented on September 26, 2024

or you should rename DCN-1.0-py3.7-linux-x86_64.egg to DCN or dcn

from deformable-convolution-v2-pytorch.

zhuwanling avatar zhuwanling commented on September 26, 2024

I rename DCN-1.0-py3.7-linux-x86_64.egg to DCN.
running python test.py.
error:AttributeError: module 'DCN' has no attribute 'deform_conv_forward'

from deformable-convolution-v2-pytorch.

Periter avatar Periter commented on September 26, 2024

I ran into this error: undefined symbol: __cudaPopCallConfiguration
and waste time to find the solution all the day.
Finally, check the environment version follow this link:
https://rusty1s.github.io/pytorch_geometric/build/html/notes/installation.html
I found the conda virtual env's and system's cuda version do not match.
After I create a new env, this issue gone.

from deformable-convolution-v2-pytorch.

igo312 avatar igo312 commented on September 26, 2024

or you should rename DCN-1.0-py3.7-linux-x86_64.egg to DCN or dcn

I met import error. And rename the directory name import worked.

but I should use DCN.deform_conv_forward it will occur same problem. So what should I do ?

Traceback (most recent call last):
File "<stdin>", line 1, in
ImportError: libc10.so: cannot open shared object file: No such file or directory

Sorry for careless. Finally I run the code well use the advice from @hellock

from deformable-convolution-v2-pytorch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.