Hello, I encountered the following problems during the test:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (4608x2048 and 4096x1024)
I checked the parameters of the model and found that 1024 is emb_size, 4096 is img_size, and 4608x2048 refers to the size of the [128, 36, 2048] image.
How can I solve this problem?
Hello, I encountered the following problems during the test: RuntimeError: mat1 and mat2 shapes cannot be multiplied (4608x2048 and 4096x1024) I checked the parameters of the model and found that 1024 is emb_size, 4096 is img_size, and 4608x2048 refers to the size of the [128, 36, 2048] image. How can I solve this problem?