hi community
for lstm the input function requires the batch,Tx and the “features” for each sample in batch. but why is it that the C1 initialises the input layer as X = Input(shape=(Tx, n_values)) but says that X is of shape a m,Tx , n isnt there some sort of reshaping required prior to the use of the input.
i tried referencing this video to check if my understanding was correct and it somewhat affirms what i know. can anyone tell me what i have missed out.
also 1 more thing does anyone have any useful links with regards to the loop creating layers in the djmodel function? i just want to know more about how it is done and the inner workings that make it work.