ZirongChan

Results 7 comments of ZirongChan

@hzhshok I ran into the same error about "texture2d_mipBackward returned an invalid gradient" , in my case, it is "got [1,2,2,3] but expected [1,3,3,3]". Did you solve this issue? or...

this is what I get after training for 100K iterations with the same parameters I mentioned. ![image](https://github.com/NVlabs/neuralangelo/assets/62975382/3d8e95c9-b60e-4daa-a086-ec2c7dccaac9) I think that the number of the iterations does not help much, I...

> Hi @ZirongChan > > Yes, your result indeed is missing the details. Can you provide the following? > > * The commit you are on > > * A...

of course. Thx for your quick reply. My GPU is GeForce GTX 1060 (poor one), CUDA 11.3 PyTorch version is 1.12.0 with py3.9_cuda11.3_cudnn8_0, which was installed via pip if I...

No, it did not work, I got the very same log as the one I post. ctrl+c does not work either, which is even weird. I've also noticed that code...

> Hi @ZirongChan could you post the full error log? Thanks! thx for your reply, @chenhsuanlin Of course, the following is the log output in terminal: torchrun --nproc_per_node=1 train.py --logdir=logs/nerf_synthesis/lego_wandb...

> This seems to be an issue on the W&B side. We don't support Tensorboard right now, but PRs are welcome if you'd like to help add this support. It...