-
Notifications
You must be signed in to change notification settings - Fork 100
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
The code cannot run successfully now. #17
Comments
This was one of many issues I had getting this to run. I was able to solve this problem by installing old versions of many packages in my pointflow environment. conda install pytorch==1.0.1 torchvision==0.2.2 cudatoolkit=10.0 -c pytorch conda install matplotlib tqdm scikit-learn -y This was as of about 1 month ago, I'm not sure what if anything else has changed, nor do I know if there is a more efficient or better way to solve the problem. To be clear: I'm not involved in the pointflow project at all, I just used the model architecture in a personal project for a DS bootcamp. |
I was not able to run this too. Probably a version issue as mentioned above. @stevenygd Can you provide a requirements list ? |
@sitzikbs What's the error for the open3d? |
@stevenygd open3d has no attribute geometry. |
Since the torchdiffeq has updated recently, the torch has to update to >1.3. Otherwise, the old torch does not have promote_types function. When I updated the torch, I got the error "AssertionError: If using tupled rtol it must have the same length as the tuple y0
"?
Can you check the code and solve this issue? Thanks.
The text was updated successfully, but these errors were encountered: