BeiCunNan / Sentiment_Analysis_Imdb

Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.
100 stars 13 forks source link

Maybe mistake? #3

Open chyfr opened 1 year ago

chyfr commented 1 year ago

main.py中当method_name == 'lstm_textcnn_attention',model是Transformer_Attention。

BeiCunNan commented 1 year ago

Yep, thanks for pointing out this bug.