zhysora / FR-Head

Code repository for the paper "Learning Discriminative Representations for Skeleton Based Action Recognition". CVPR 2023
46 stars 10 forks source link

lib.py的报错问题 #6

Open shinyrico opened 5 months ago

shinyrico commented 5 months ago

f_fn = torch.matmul(f, fn) # [C, K] RuntimeError: mat1 dim 1 must match mat2 dim 0 我想把frhead加入到我的ctrgcn中 但是出现了错误 如何解决它?