Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: __init__() got an unexpected keyword argument 'has_bias' #15

Open
darmin-hsiung opened this issue Dec 28, 2020 · 4 comments
Open

Comments

@darmin-hsiung
Copy link

darmin-hsiung commented Dec 28, 2020

Today, I have face a problem about TyperError as follow when I run ‘python3 ./scripts/pairwise_demo.py ./configs/pairwise_registration/demo/config.yaml --source_pc ./data/demo/pairwise/raw_data/cloud_bin_0.ply --target_pc ./data/demo/pairwise/raw_data/cloud_bin_1.ply --model pairwise_reg.pt --verbose --visualize’。
"""
File "/home/wyu/WORKS/PycharmProjects/pythonProject/3D_multiview_reg/lib/descriptor/fcgf.py", line 125, in init
dimension=D)
TypeError: init() got an unexpected keyword argument 'has_bias'
"""
Please help me, thanks.

@towardsautonomy
Copy link

towardsautonomy commented Jan 14, 2021

+1 for this issue. Although, replacing 'has_bias' with 'bias' in lib/descriptor/fcgf.py seems to have solved the issue. Issue seems to be with the MinkowskiEngine api changes.

@Grungeby52
Copy link

You should install "MinkowskiEngine v0.4.3"

https://github.com/NVIDIA/MinkowskiEngine/releases/tag/v0.4.3

@wmrenr
Copy link

wmrenr commented Aug 2, 2023

But this version seems too old, and the compilation process reported an error :
nvcc fatal:Unsupported gpu architecture 'compute_30'.
my gpu is RTX3080Ti

@wangzhen5201314
Copy link

但是这个版本看起来太旧了,编译过程报错了:nvcc fatal:Unsupported gpu architecture 'compute_30'。我的 gpu 是 RTX3080Ti

但是这个版本看起来太旧了,编译过程报错了:nvcc fatal:Unsupported gpu architecture 'compute_30'。我的 gpu 是 RTX3080Ti

所以最后你是怎么解决的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants