kchengiva / DecoupleGCN-DropGraph

The implementation for "Decoupling GCN with DropGraph Module for Skeleton-Based Action Recognition" (ECCV2020).
Other
102 stars 19 forks source link

Update decouple_gcn.py #8

Open Anirudh257 opened 3 years ago

Anirudh257 commented 3 years ago

Added x.contiguous() on line 232 to avoid this error:

RuntimeError: view size is not compatible with the input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead.

For more information, check issue