EntitySentiment icon indicating copy to clipboard operation
EntitySentiment copied to clipboard

Error in RunRNN_lstmw.py

Open HimaVarsha94 opened this issue 8 years ago • 1 comments

The line 6 has to be changed from from blstm_sw import BLSTM to from blstm_sw import BLSTM. It is just a simple import error.

HimaVarsha94 avatar Aug 29 '16 06:08 HimaVarsha94

@HimaVarsha94 you solved my problem, thanks!! Do you know how to test the model after training? As I would like to see how it works one real data sample, have you tried it? Thanks!

leefionglee avatar Oct 12 '16 07:10 leefionglee