649453932 / Chinese-Text-Classification-Pytorch

中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
MIT License
5.19k stars 1.22k forks source link

Bi-LSTM问题 #111

Open banbsyip opened 10 months ago

banbsyip commented 10 months ago

rnn中的代码仅仅是LSTM而不是Bi-LSTM吧?作者代码里并没有体现双向LSTM。

image