pytorch / vision

Datasets, Transforms and Models specific to Computer Vision
https://pytorch.org/vision
BSD 3-Clause "New" or "Revised" License
15.95k stars 6.91k forks source link

[CircleCI] test_video_model is failing with segm fault #3765

Closed vfdev-5 closed 3 years ago

vfdev-5 commented 3 years ago

🐛 Bug

Currently, linux gpu tests are failing with segm fault:

test/test_models.py::test_video_model[dev1-r2plus1d_18] Fatal Python error: Segmentation fault

This probably hides more failures seeing locally:

FAILED test/test_functional_tensor.py::CUDATester::test_gaussian_blur - AssertionError: tensor(226., device='cuda:0') not less than or equal to 1.0 : (3, 3), [0.5, 0.5]                    
FAILED test/test_functional_tensor.py::CUDATester::test_pad - RuntimeError: The following operation failed in the TorchScript interpreter. 

cc @seemethere @bjuncek

NicolasHug commented 3 years ago

@vfdev-5 if that's OK I'll close in favor of https://github.com/pytorch/vision/issues/3702 which was reported before

vfdev-5 commented 3 years ago

@NicolasHug OK for me, sorry, I haven't seen your issue when searched for "CI" label.