-
Notifications
You must be signed in to change notification settings - Fork 90
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
Does von support RTX2080Ti? #17
Comments
Not sure. We don't have RTX 2080ti in our lab. @ztzhang |
I don't think we currently support RTX cards. I'll add a todo tag for this. |
Thanks for your reply. What's more, can this project add texture in 3-D obj to generate textured 3-D model? If can,how? |
@andywu1018, currently the texture map is implicit. The only way to generate texture map is to generate multiple views of an object and perform back projection. Hope this helps. |
I am using 2080Ti, the code could run |
Hi guys, did anyone make it work on RTX 2080Ti machine? It doesn't work on mine. |
I just try figure.sh with RTX 2080ti +CUDA9.0+Pytorch0.4
Error occurs RuntimeError: cuda runtime error (11) : invalid argument at /opt/conda/conda-bld/pytorch_1532582628513/work/aten/src/THC/THCGeneral.cpp:663
RTX 2080ti +CUDA8.0+Pytorch0.4
Error occurs RuntimeError: CuDNN error: CUDNN_STATUS_EXECUTION_FAILED
RTX 2080ti + CUDA10+Pytorch 1.0
Error occurs cant find module 'vtn'
I am confused that does this job support RTX-GPUS?
The text was updated successfully, but these errors were encountered: