Closed Cram3r95 closed 1 year ago
Why do you do this? You are losing your batch information, since you go from:
obs_len x batch_size x 2
To:
obs_len x hidden_dim
This does not make sense.
Hello,
Which part of the code are you referring to? As far as I see, nothing is lost about the batch_size. Only a permutation is done to make the dimensions correct for lstm encoders.
Why do you do this? You are losing your batch information, since you go from:
obs_len x batch_size x 2
To:
obs_len x hidden_dim
This does not make sense.