oldpants

Results 2 comments of oldpants

What's more, In " torch.bmm(lstm_output, hidden)". The shape of lstm_output is [batchsize,len_seq,n_hidden],the shape of hidden is [batchsize,2*n_hidden,1]. Can they be multiplied by .bmm?