Replies: 1 comment 3 replies
-
Hi there, yes, older GPUs are expected to be quite a bit (on the order of 10x) slower. This is mostly caused by their lack of hardware acceleration for fp16 calculations (in the case of consumer Pascal GPUs) and lack of hardware matrix multiply acceleration. That said, the default of 100k iteration is extremely large and usually not needed for good reconstruction. I recommend using something on the order of 20k iterations to save time. There's generally no measurable improvement after ~35k iterations due to the learning rate decay schedule (see Cheers! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Many thanks for the great work. I tried to run the code on an TITANXp, but it generally takes ~2 hours to complete the default 100k iterations (in headless mode), and several minutes to even render an image. Is this the expected results on older GPUs? The command I am running is:
Best.
Beta Was this translation helpful? Give feedback.
All reactions