I’m embarking on an ambitious project – translating a TensorFlow model into the world of PyTorch. I’ve successfully navigated most of the conversion, but I’ve hit a roadblock when it comes to replicating the behavior of the LSTMCell
method and the optimizer used in the original code.
The code Links: Pytorch Code Link Tensorflow Code LInk