google / mipnerf

Apache License 2.0
894 stars 109 forks source link

scripts/train_blender.sh: line 31: 11426 Segmentation fault (core dumped) #40

Open andrewsilver1997 opened 1 year ago

andrewsilver1997 commented 1 year ago

Hi,

I ran the command

bash scripts/train_blender.sh

and the terminal indicated the following error:

scripts/train_blender.sh: line 31: 11426 Segmentation fault (core dumped) python -m train --data_dir=$DATA_DIR --train_dir=$TRAIN_DIR --gin_file=configs/blender.gin --logtostderr

Could you tell me how to address it? Thanks