MSN-Point-Cloud-Completion icon indicating copy to clipboard operation
MSN-Point-Cloud-Completion copied to clipboard

Failed to run EMD

Open YiruS opened this issue 5 years ago • 4 comments

Hi,

I tried to run emd_module/test_emd(). However, after "python3 setup.py install" and run emd_module.py, it shows "AttributeError: module 'emd' has no attribute 'forward'", at line 58.

Any possible reason about it?

Here's the configuration of my machin: Python 3.7 Pytorch 1.3.0 CUDA 9.2

Thanks!

YiruS avatar Mar 05 '20 02:03 YiruS

Hi,

I tried to run emd_module/test_emd(). However, after "python3 setup.py install" and run emd_module.py, it shows "AttributeError: module 'emd' has no attribute 'forward'", at line 58.

Any possible reason about it?

Here's the configuration of my machin: Python 3.7 Pytorch 1.3.0 CUDA 9.2

Thanks!

Helli, Have you solved the issue? I have the same (I am running it on the Google Colab)

levtelyatnikov avatar Mar 13 '21 11:03 levtelyatnikov

I also encountered with this problem when I try to use symbolic link adding the EMD library to my own project. The solution is building it directly in your project directory.

leelegend94 avatar May 06 '22 10:05 leelegend94

@leelegend94 What do you mean by building it directly in your project directory, please? Could you please explain a bit more? I also encountered the same issue: "AttributeError: module 'emd' has no attribute 'forward'"

alejandroHdzV avatar Oct 07 '23 18:10 alejandroHdzV