dalinvip / cnn-lstm-bilstm-deepcnn-clstm-in-pytorch

In PyTorch Learing Neural Networks Likes CNN、BiLSTM
Apache License 2.0
1.22k stars 341 forks source link

About the Accuracy and parameter setting #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

I tested your Bigru and Bilstm model with default setting, but I the accuracy is 81% and 79%. It is much lower than the result you showed the in readme. Can you show me the parameter setting? The unit num, layer num, optimizer? Thank you!

dalinvip commented 6 years ago

Ok, I have upload log_bilstm and log_bigru in result, moreover, upload a word2vec file in word2vec, you can see log for detail.