LEMMA
LEMMA copied to clipboard
RuntimeError: mat1 and mat2 shapes cannot be multiplied (2115x4708 and 2304x2304)
Thanks for the amazing work. I m trying to reproduce the result from your action/task anticipation benchmark. After running 'utils/exp_utils/extract_feature.py' and move on to run the pred_main.py file, I have the following error where the feature dimension mis-match with the linear layer dimension
I m also wondering how did you get the feature from your dataset, is it just by running 'utils/exp_utils/extract_feature.py' on the dataset? More clarification on the issue would be appreciated!
Error message