We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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 #69 将train.py中的check_val_every_n_epoch改为0,以及注释掉
Segmentation fault (core dumped)
train.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)错误,无法训练,请问该怎么办呢?
The text was updated successfully, but these errors were encountered:
(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 #69 将train.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)错误,无法训练,请问该怎么办呢?
我也遇到了同样问题,求讲解!!!
Sorry, something went wrong.
请问解决了吗?
No branches or pull requests
当我尝试训练Lego数据集的时候,发生
Segmentation fault (core dumped)
错误,并根据Yukun66/ Segmentation fault #69 将train.py
中的check_val_every_n_epoch
改为0
,以及注释掉但还是报出
Segmentation fault (core dumped)
错误,无法训练,请问该怎么办呢?The text was updated successfully, but these errors were encountered: