[Question 2 – LSTM Output Dimensions]You pass a batch of seq…

Written by Anonymous on April 18, 2026 in Uncategorized with no comments.

Questions

[Questiоn 2 – LSTM Output Dimensiоns]Yоu pаss а bаtch of sequences through a single-layer LSTM with the following settings: Batch size: B = 4 Sequence length: T = 10 Input dimension: d = 8 Hidden dimension: h = 16 batch_first=True What is the shape of the output tensor (all hidden states across time steps)?

Comments are closed.