georgeyiasemis / Recurrent-Neural-Networks-from-scratch-using-PyTorch

LSTM, RNN and GRU implementations using Pytorch
MIT License
58 stars 13 forks source link

probably you have a technically bug in your implementation #2

Open benisalla opened 3 months ago

benisalla commented 3 months ago

i think you have a bug in you implementation or i just did not get it, i believe that there is some kind of a loop in the gradient graph and i wonder why you have used 2 for loops ? do you have an explaination ?

thank you