Open dolcelee opened 2 years ago
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.
how about modify requirements.txt to
numpy==1.19.3 #(change numpy version) jaxlib==0.1.71 #(delete +cuda111)
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.