RuntimeError: input must have 3 dimensions, got 2 LSTM

I tried x.unsqueeze(0) in the forward before it gets passed into the LSTM, but that did not work. Doesnt this create a batch size?