-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
+1 for this issue. Although, replacing 'has_bias' with 'bias' in |
You should install "MinkowskiEngine v0.4.3" https://github.com/NVIDIA/MinkowskiEngine/releases/tag/v0.4.3 |
But this version seems too old, and the compilation process reported an error : |
所以最后你是怎么解决的 |
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.
The text was updated successfully, but these errors were encountered: