Thanks to visit codestin.com
Credit goes to github.com

Skip to content

undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE #15

@HaoDot

Description

@HaoDot

Hi nice work !
I successfully installed all dependencies and compiling successfully, but obtain the error below:

 Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/qaz/newdisk/deblur_vsr/upload_1229/peer_model/LEDVDI/CODES/networks/Ours_DeblurOnly.py", line 3, in <module>
    from networks.FAC.kernelconv2d import KernelConv2D
  File "/home/qaz/newdisk/deblur_vsr/upload_1229/peer_model/LEDVDI/CODES/networks/FAC/kernelconv2d/KernelConv2D.py", line 8, in <module>
    import kernelconv2d_cuda
ImportError: /home/qaz/.local/lib/python3.7/site-packages/kernelconv2d_cuda-1.0.0-py3.7-linux-x86_64.egg/kernelconv2d_cuda.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE

my cuda is 10.1 pytorch ==1.1.0,gcc==5.0. besides, I have tried pytorch==1.0.1. Both of the have the same error, hope you can assist me, thanks!

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