Closed talrose01 closed 6 years ago
@surbhitkapoor
This depends on exactly what you mean by "hidden layer." For the answer tagging there is a bidirectional GRU layer with a dense layer on top, so you could consider the GRU layer hidden. The question encoder/decoder is similar. But you could also consider the word embeddings to induce another hidden layer in the network.
can someone tell me how many hidden layerss exist at this implementaion? i think that 3 but not sure that i am right. thanks