Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement prediction to a new review #14

Open
hala97 opened this issue Aug 3, 2020 · 5 comments
Open

How to implement prediction to a new review #14

hala97 opened this issue Aug 3, 2020 · 5 comments

Comments

@hala97
Copy link

hala97 commented Aug 3, 2020

How can i use the model to compute prediction for an inserted review by the user!!
Any help!
And how to overcome the problem of duplication in the output summary??!

@aniket-somwanshi
Copy link

I have exactly the same requirement! How can I predict summary for a new review given that I don't already have a summary?

@sazzadshopno
Copy link

@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. Here text_pp is preprocessed sequence.

@Moreons
Copy link

Moreons commented Dec 14, 2022

How can I use the model after saving the trained model to predict single summaries ? I want to be able to use the model on a different notebook or environment by giving single inputs. If anybody could help soon I would be verry happy.

@ratnesh-advance
Copy link

How can I use the model after saving the trained model to predict single summaries ? I want to be able to use the model on a different notebook or environment by giving single inputs. If anybody could help soon I would be verry happy.

where you trained this model

@ratnesh-advance
Copy link

My colab crash while training help me. my gmail ratneshmaurya420@gmail.com contact me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants