SUN_ZHX

Results 2 issues of SUN_ZHX

I have observed that in the code, the model's `scene.gaussians.train()` and `gaussians.optimizer.step()` are both performed under the state of `with torch.no_grad():`. Will this not prevent the parameters from being updated?...