paul-tqh-nguyen / reuters_topic_labelling

Deep learning to automatically label Reuter's articles with the relevant topics.
1 stars 0 forks source link

Add functionality to load a model and evaluate texts #7

Closed paul-tqh-nguyen closed 4 years ago

paul-tqh-nguyen commented 4 years ago

We want a method that will let us take in arbitrary text and get labels.

paul-tqh-nguyen commented 4 years ago

Model loading has already been implemented via Classifier.load_parameters method.

paul-tqh-nguyen commented 4 years ago

https://github.com/paul-tqh-nguyen/reuters_topic_labelling/commit/15e7ef08082e142d25418780a7372bec77d2ce5f This commit finishes this task.