hypernerf icon indicating copy to clipboard operation
hypernerf copied to clipboard

Segmentation fault while training

Open dolcelee opened this issue 3 years ago • 1 comments

I got this segmentation fault when I start to train the HyperNeRF. I thought it was an OOM error, but it still shows up after I reduced the batch_size. I reinstalled numpy as well, nothing happened. Any ideas would be appreciated. f59d7298ddeeffa6d4a2dc96e15a6fc

dolcelee avatar Jan 18 '22 06:01 dolcelee

how about modify requirements.txt to

numpy==1.19.3 #(change numpy version) jaxlib==0.1.71 #(delete +cuda111)

MasatoKawai avatar Apr 11 '22 10:04 MasatoKawai