-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 version of PyTorch that matches PyTorch 3D 0.4.0 #603
Comments
@faneggs we support several versions of PyTorch - please have a look at |
After I installed Pytorch1.4.0 and Python3.6, I run |
We borrow a docker image from PyTorch's build infrastructure to do builds for PyTorch3D. A few months ago PyTorch itself stopped doing builds with CUDA 10.0, and the image no longer had CUDA 10.0 available. We therefore stopped building PyTorch3D with CUDA 10.0. PyTorch3D 0.2.0 was the last version before the change. Is there a reason you need to stay with CUDA 10.0? Note that PyTorch3D still makes builds for non-current versions of PyTorch, but only using versions of CUDA which PyTorch still supports. CUDA 9.2 is still supported. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
we have to use CUDA 10.0 for some history modules, is it possible to add it back for 0.4.0? |
@xhuan8 can you build PyTorch3D from source? |
@bottler got many build errors /home/xiehuan/anaconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include/torch/nn/cloneable.h: In instantiation of ‘std::shared_ptrtorch::nn::Module torch::nn::Cloneable::clone(const c10::optionalc10::Device&) const [with Derived = torch::nn::CrossMapLRN2dImpl]’: |
This is the same problem as #284. Which version of PyTorch are you using, and what compiler are you using? |
I think this might work if you use a newer version of GCC. (You can try doing the build on a separate machine / container if you can't change locally.) |
fixed with changes in PyTorch, thanks a lot |
What version of PyTorch matches the latest version PyTorch 3D 0.4.0?
The text was updated successfully, but these errors were encountered: