nerfactor icon indicating copy to clipboard operation
nerfactor copied to clipboard

When I train vanilla nerf, there are countless threads.

Open meixinyu1 opened this issue 2 years ago • 0 comments

hi, when I train vanilla nerf, there are countless threads, and sever is about to freeze. I found that this occurs due to https://github.com/google/nerfactor/blob/main/nerfactor/networks/embedder.py freq_bands = 2. ** tf.linspace(0., log2_max_freq, n_freqs)

meixinyu1 avatar Sep 30 '23 11:09 meixinyu1