tiny-cuda-nn
tiny-cuda-nn copied to clipboard
HashGrid Initialization.
Hi, I want to change the initialization scheme to be compatible with subsequent module. But when I tried some different init such as U(-1, 1), the model become unable to converge. I only changed the function initialize_params() in grid.h, and I wonder if I should modify the gradient accordingly?