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 add model persistance to this spam filter using pickle #146

Open
vanipolnedi opened this issue Sep 12, 2018 · 2 comments
Open

how to add model persistance to this spam filter using pickle #146

vanipolnedi opened this issue Sep 12, 2018 · 2 comments
Assignees

Comments

@vanipolnedi
Copy link

can anyone please suggest me how to add pickling (model persistance) to this spam filter. thanks in advance :)

@nfmcclure
Copy link
Owner

Hi @vanipolnedi ,
Thanks for the request, I think we should be able to add this. Were you set on using pickle? Pickle tends to be very very sensitive to python versions and pickle versions (and object versions). I think it would be better to create some TensorFlow model objects for loading after training. I can get started on that this weekend. Are you set on pickle? I think the TensorFlow saving operation is a bit better.

@vanipolnedi
Copy link
Author

@nfmcclure thank you for the reply. it will be very useful for us if u add pickling to the spam filter ( which uses rnn)

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

No branches or pull requests

2 participants