Can we create an RNN model with shared LSTM layer and Embedding layer?

82 Views Asked by At

I'm trying to build a model that consists of a uniform layer architecture that has a shared LSTM layer and an embedding layer. But I couldn't build it.

This is the model architecture:

The architecture of my model is in this picture

I need a code to build this model.

The base paper of our required model is given here

0

There are 0 best solutions below