THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp

Hello, I am trying old models on new RTX2080 on Ubuntu 16.04 with nvidia driver 410.57 I’m running some legacy deep learning model using pytorch 0.4.1, in which the model must useRoI Align and NMS which are compiled in pytorch 0.4.1 using ffi instead of cpp, which raised an error when run on pytor…