sooftware/conformer

mat1 and mat2 shapes cannot be multiplied (1323x9248 and 1568x32)

Closed this issue · 2 comments

These are the shapes of my input, input_len, target, target_len where batch size=27
image

This is the setup I am running (only using first batch to check that is working before training with all the batches)
image

This is the error I am getting
image

I need some assistance here please:)

Is this solved?

yes i had to transpose the input from [32, 201, 1162] to [32, 1162, 201] (batch, seq_len, dim)