ICTMCG / FakeSV

Official repository for "FakeSV: A Multimodal Benchmark with Rich Social Context for Fake News Detection on Short Video Platforms", AAAI 2023.
111 stars 11 forks source link

RuntimeError: mat1 and mat2 shapes cannot be multiplied (10624x4096 and 2048x128) #16

Closed Ariellln closed 5 months ago

Ariellln commented 5 months ago

When running "python main.py --model_name VGG --gpu 0" I got an error like this .How to deal with it?

MischaQI commented 5 months ago

Hi, please check what 'mat1' and 'mat2' are and see whether they are of the right shape. Thanks.