Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault #127

Open
idchen2 opened this issue Apr 6, 2023 · 2 comments
Open

Segmentation fault #127

idchen2 opened this issue Apr 6, 2023 · 2 comments

Comments

@idchen2
Copy link

idchen2 commented Apr 6, 2023

(ngp_pl) psdz@psdz:~/ngp_pl$ python train.py --root_dir /home/psdz/ngp_pl/Synthetic_NeRF/Lego --exp_name Lego
Segmentation fault (core dumped)

当我尝试训练Lego数据集的时候,发生Segmentation fault (core dumped)错误,并根据Yukun66/ Segmentation fault #69train.py中的check_val_every_n_epoch改为0,以及注释掉

def val_dataloader(self): 
     return DataLoader(self.test_dataset, 
                       num_workers=8, 
                       batch_size=None, 
                       pin_memory=True) 

但还是报出Segmentation fault (core dumped)错误,无法训练,请问该怎么办呢?

@XuxinBlue
Copy link

(ngp_pl) psdz@psdz:~/ngp_pl$ python train.py --root_dir /home/psdz/ngp_pl/Synthetic_NeRF/Lego --exp_name Lego
Segmentation fault (core dumped)

当我尝试训练Lego数据集的时候,发生Segmentation fault (core dumped)错误,并根据Yukun66/ Segmentation fault #69train.py中的check_val_every_n_epoch改为0,以及注释掉

def val_dataloader(self): 
     return DataLoader(self.test_dataset, 
                       num_workers=8, 
                       batch_size=None, 
                       pin_memory=True) 

但还是报出Segmentation fault (core dumped)错误,无法训练,请问该怎么办呢?

我也遇到了同样问题,求讲解!!!

@liuyuex97
Copy link

请问解决了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants