Hi everyone,
I am having an issue with the lstm_forward fonction.
The last step is to “Append the cache into caches (≈1 line)” and I believe my problem is my Python knwoledge. I tried to look at this : numpy append function
But, this is not leading me anywhere.
The aim is to append cache into caches, so I did : np.append(caches, cache), but I still got the error : AssertionError: Wrong shape for caches. 0 != 16
Can someone lead me to the correct answer ?
Cheers,
Edouard