Victor Tan
Victor Tan
I noticed that there was a similar issue in PyTorch repository [Segfault in dataparallel + checkpoint #11732](https://github.com/pytorch/pytorch/issues/11732). It seems that it has not been fixed yet.
@Ushk ``` Fatal Python error: Segmentation fault Thread 0x00007f9894e36700 (most recent call first): File "/home/theonegis/Applications/miniconda3/envs/pytorch/lib/python3.6/site-packages/torch/_utils.py", line 144 in File "/home/theonegis/Applications/miniconda3/envs/pytorch/lib/python3.6/site-packages/torch/_utils.py", line 144 in _flatten_dense_tensors File "/home/theonegis/Applications/miniconda3/envs/pytorch/lib/python3.6/site-packages/torch/cuda/comm.py", line 119 in File...
@gpleiss Still the same problem.
I just got the Segmentation fault (core dumped) error when running with multiple GPUs. Does anyone know how to solve this problem?
@gpleiss I have opened a new issues. [Segmentation fault (core dumped) error for multiple GPUs](https://github.com/gpleiss/efficient_densenet_pytorch/issues/47). Thanks a lot.