S3Gaussian
S3Gaussian copied to clipboard
meet segmentation fault
Hi, thanks for your brilliant work!
I want to train the model using python train.py -s "./data/waymo/processed/training/017" --expname "waymo" --model_path "./work_dirs/phase1/recon/017"
, but I meet segmentation fault (core dumped) when calling _ = self.model(batch)
in line 362 of feature_extractor.py().
My system is: cuda 11.8 + pytorch 2.2.1
I 've spent lots of time but didn't solve it :(