cbaziotis / datastories-semeval2017-task4

Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
MIT License
196 stars 63 forks source link

How to use the model for prediction? #39

Open iNeil77 opened 6 years ago

iNeil77 commented 6 years ago

First of all thank you for making the code public! I have run models/nn_task_message.py with PERSIST=True but don't see any saved model. How can I save the model and use it to generate predictions for my own set of Tweets?