NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
15.87k stars 1.91k forks source link

Changing the value returned by `padded_output_width()` in nerf_network.h breaks training #659

Open Soudini opened 2 years ago

Soudini commented 2 years ago

Steps to reproduce :

What happens :

What should happen : From what I understand as padding is only added to to match the size of the tensor cores, changing its size should not impact in anyway the behaviour of the program. Am I wrong ?

Soudini commented 2 years ago

https://github.com/NVlabs/instant-ngp/blob/07d8e2ca7232f97397ab73af9b56c7db639d3445/include/neural-graphics-primitives/nerf_network.h#L447-L449