Closed jcgeo9 closed 2 years ago
These are the shapes of my input, input_len, target, target_len where batch size=27
This is the setup I am running (only using first batch to check that is working before training with all the batches)
This is the error I am getting
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)
These are the shapes of my input, input_len, target, target_len where batch size=27
This is the setup I am running (only using first batch to check that is working before training with all the batches)
This is the error I am getting
I need some assistance here please:)