AAAeray

Results 9 issues of AAAeray

OS Version (操作系统): Windows VNote Version (Help - About VNote - Version: )(VNote版本): 2.7.2 Symptoms (表现): 例如输入$$ \hat{\Sigma} = a^2+b_1$$ 保存阅读依然是$$ \hat{\Sigma} = a^2+b_1$$

There are 8k+ 256*256 images in my datasets, I set batchsize=32 and trained with 4 12GB GPUs, but it's not as good as I set batchsize = 4 and trained...

Hi, Thanks for your great work, I do not understand this: ``` def compute_alpha_weights(density, tdist, dirs, opaque_background=False): t_delta = tdist[..., 1:] - tdist[..., :-1] delta = t_delta * jnp.linalg.norm(dirs[..., None,...

When resume training from checkpoint,it has such error. 2023-06-25 17:16:24: Error! Traceback (most recent call last): File "/home/zengxr/project/zipnerf_v2/train.py", line 387, in app.run(main) File "/home/zengxr/anaconda3/envs/multinerf/lib/python3.9/site-packages/absl/app.py", line 308, in run _run_main(main, args)...

Hi GuChun, Thanks for your great work,I noticed there are some manually set bias in the MLP,for example: density_bias: float = -1. # Shift added to raw densities pre-activation. rgb_bias:...

Hi, Thanks for your great work, when I try to train this,I run python3 train_syn.py --name sid_Pg --include 4 --noise P+g --model eld_iter_model --with_photon --adaptive_res_and_x0 --iter_num 2 --epoch 300 --auxloss...

Hi there, Thanks for your great work, I tried your example,but it occurred: x1 = (x0 + 1).clamp(max=shape[1]-1) RuntimeError: Expected all tensors to be on the same device, but found...

Hi there, Thank you for sharing your impressive work. I attempted to run your test scripts on lolv2-real using the default settings(batch-size=512 and grid_r=16) on a single 4090 GPU. However,...