hi in the last exercize i have an error on the module
loss, cache = rnn_forward(X, Y, a_prev, parameters)
it seems the index is out of range
IndexError: index 46 is out of bounds for axis 0 with size 27
where may i find the code of the module to understand better the error?