You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the nerf training phase, the value of local_step is incremented by one separately in the run_cuda and train_step functions. torch-ngp/utils.py#L858 torch-ngp/renderer.py#L939
Therefore, local_step will increase by 2 in each epoch, which leads to the step_counter updating only at even positions each time.
The text was updated successfully, but these errors were encountered:
During the nerf training phase, the value of
local_step
is incremented by one separately in therun_cuda
andtrain_step
functions.torch-ngp/utils.py#L858
torch-ngp/renderer.py#L939
Therefore,
local_step
will increase by 2 in each epoch, which leads to thestep_counter
updating only at even positions each time.The text was updated successfully, but these errors were encountered: