-
Notifications
You must be signed in to change notification settings - Fork 301
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
Probelm with PyTorch knn #165
Comments
solved it by using PyTorch 1.6.0 and the branch for PyTorch 1.0 |
Hi @KatharinaSchmidt , I'm curious, how did you manage to make it run with Pytorch 1.6.0? Could you give some hints? Thanks! :D |
I rebuilt the knn module like in #33 |
@KatharinaSchmidt could you share the lib/knn folder? Because when trying to rebuild the knn module with pytorch 1.6.0 and cuda 10.2 I face errors regarding |
I think I never had an error message containing
|
@KatharinaSchmidt thanks a lot for your help, I managed to solve it and build the knn lib. However, I'm facing a problem I already know it existed with newer versions of pytorch: |
I managed to solve it. Now it runs for me on Pytorch 1.6.0 and CUDA 10.2. I created a pull request in case someona can make use of my changes |
Hello! @drapado Thank you very much for your contribution! I aslo face the same problem |
Hey,
thanks for the available code for DenseFusion!
I want to use it for my own synthetic dataset (created with NDDS), but I've got some problems getting started with DenseFusion.
My System:
The error:
When running
./experiments/scripts/eval_linemod.sh
I get the following error message:I don't where that error comes from. Can you help me with that issue please?
The text was updated successfully, but these errors were encountered: