Open HimaVarsha94 opened 8 years ago
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.
from blstm_sw import BLSTM
@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!
The line 6 has to be changed from
from blstm_sw import BLSTM
tofrom blstm_sw import BLSTM
. It is just a simple import error.