Sazzad Shopno

Results 2 comments of Sazzad Shopno

Facing similar issue. Did you find the solution yet?

@aniket-somwanshi @hala97 You need to preprocess your `text` in same way you did to train the model before predicting the result. After pre-processing you need to call `decode_sequence(text_pp.reshape(1, max_text_len))` function....