abduallahmohamed / Social-STGCNN

Code for "Social-STGCNN: A Social Spatio-Temporal Graph Convolutional Neural Network for Human Trajectory Prediction" CVPR 2020
MIT License
483 stars 141 forks source link

RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. #44

Closed ZK-Zhou closed 3 years ago

ZK-Zhou commented 3 years ago

Hello, when i running the code,there is an error "RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.". Could you please tell me how to solve it?

abduallahmohamed commented 3 years ago

Hi,

Can you add more information? Complete log for example? Use torch.anamoly detect to have a full error log?

On Tue, Feb 23, 2021 at 11:30 PM ZK-Zhou notifications@github.com wrote:

Hello, when i running the code,there is an error "RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.". Could you please tell me how to solve it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abduallahmohamed/Social-STGCNN/issues/44, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFIVLG6GH7QELA3V6XBWGTDTASFJHANCNFSM4YD2UIZA .

--

Abduallah Mohamed abduallahmohamed.com

ZK-Zhou commented 3 years ago

The version of my env is pytorch 1.4.0, I searched for it and found that the same bug appeared in other program. Thanks for your early reply!!!