TensoRF icon indicating copy to clipboard operation
TensoRF copied to clipboard

Low speeds on a 3080ti

Open h-OUS-e opened this issue 2 years ago • 2 comments

Hello,

Firstly thank you for sharing a very clear implementation of your work! It is great! For some reason, my training is very slow and I was wondering if I must include something in the training command to achieve speeds as fast as the ones you show. Right now, it has been more than 15 minutes and I am on itteration 460 only, with a PSNR of 24.92 and the loading bar says 2%.

I am on Windows 10 with a 3080ti gpu. I followed the instructions for downloading and installing the packages in the conda environment as specified.

Any help is appreciated, thank you!

h-OUS-e avatar May 08 '22 02:05 h-OUS-e

fixed: just had to install the latests pytorch but wrapped in CUDA by doing `

conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch

`

might be worth updating the instructions for that

h-OUS-e avatar May 08 '22 03:05 h-OUS-e

Hi,I am running on windows 10,3060, using your command but still in very low speed......

Seagullflysxt avatar Oct 31 '22 07:10 Seagullflysxt