Closed HaochenWang1243 closed 6 months ago
Hi. I think in the ERPP paper, the author fused the output of the 2 LSTMs into a single embedding vector. However when I'm looking at model.py: This seems to only embed the output of the classification LSTM? Thanks.
NVM! Realized this implementation is correct.
Hi. I think in the ERPP paper, the author fused the output of the 2 LSTMs into a single embedding vector. However when I'm looking at model.py: This seems to only embed the output of the classification LSTM? Thanks.