649453932 / Chinese-Text-Classification-Pytorch

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

没有BiLstm了吗? #42

Open jaffe-fly opened 4 years ago

jaffe-fly commented 4 years ago

找不到BiLstm模型,请问是删除了吗?

ohhhhhhhhhhhhhhhh commented 1 year ago

里面的TextRNN实际上就是Bi-LSTM呀

banbsyip commented 11 months ago

里面的TextRNN实际上就是Bi-LSTM呀

我看那个Bi-LSTM和另外一篇博客写的Bi-LSTM不一样,那篇的模型使用了两次lstm