Segmentation fault problem - autograd - PyTorch Forums
discuss.pytorch.org › t › segmentation-fault-problemMay 26, 2020 · The Pytorch version is 1.4.0 and I use nn.DataParallel to run 4 GPUs Fatal Python error: Segmentation fault Thread 0x00007fdf3134e740 (most recent call first): File "/usr/local/lib/python3.6/dist-packages/torch/autograd/__init__.py", line 99 in backward File "/usr/local/lib/python3.6/dist-packages/torch/tensor.py", line 195 in backward File "/root/project/v2/../libs/train_with_ft.py", line 82 in train File "/root/pr...
Segmentation fault when loading data · Issue #4969 · pytorch ...
github.com › pytorch › pytorchJan 31, 2018 · I have built pytorch from source to use on my Mac with my eGPU (1080Ti). Fatal Python error: Segmentation fault Thread 0x000070000cc8d000 (most recent call first): File "/Users/ajaychainani/anaconda2/lib/python2.7/site-packages/torch/multiprocessing/queue.py", line 21 in recv File "/Users/ajaychainani/anaconda2/lib/python2.7/multiprocessing/queues.py", line 376 in get File "/Users/ajaychainani/anaconda2/lib/python2.7/site-packages/torch/utils/data/dataloader.py", line 68 in ...