Jho-Yonsei / HD-GCN

[ICCV 2023] Hierarchically Decomposed Graph Convolutional Networks for Skeleton-Based Action Recognition
MIT License
126 stars 23 forks source link

Unable to find a valid cuDNN algorithm to run convolution #26

Open Sfadingz opened 6 months ago

Sfadingz commented 6 months ago
   Hello! When training on one machine with multi-GPU,I got a reported error "Unable to find a valid cuDNN algorithm to run convolution". But I can train the model on single-GPU and I can train other similar models on multi-GPU such as CTR-GCN with the official setting. My cuda version is 11.7 and cuDNN version is 8500.
  Could someone help me out? Thanks!