[WS2122] Homework 7 Discussion #72
-
This thread is open for the discussion of homework 7. Please also note that the deadline for the 7th homework project is 07.02.2022 23:59:59 (CET) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello,
Therefore, my first question is - can we get an environment (aka remote) with some working NVDIA GPU where we can install CUDA,CUBE, pytorch and pytorch3D with CUDA enabled, or is this even worth the effort (what is the speedup one can expect from CUDA on this project)
While I understand the project such that we shall not use "chamfer_distance" but rather the MSE of the rendered images, If I add this code to to my optimizing loop, the added execution time of rendering the image in each optimization loops makes this task impossible to complete on a CPU. |
Beta Was this translation helpful? Give feedback.
Hello,
I have a couple of questions regarding this project:
My unsuccessfull quest on getting these 2 to work included messing up my ubuntu installation with incompatible nvidia drivers, so I think I have to give up on pytorch3d with GPU support on my laptop.
Therefore, my first question is - can we get an environment (aka remote) with some working NVDIA GPU where we can install CUDA,CUBE, pytorch and pytorch3D with CUDA enabled, or is th…