paul-tqh-nguyen / reuters_topic_labelling

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

Create a hyperparameter search mechanism #12

Closed paul-tqh-nguyen closed 4 years ago

paul-tqh-nguyen commented 4 years ago

It's easier to let a random search over the hyperparameter space happen while we are off debugging other issues or implementing other features. Let's implement this now before we start trying to re-implement attention or try other architectures so that we'll have a baseline to compare against once those new architectures are implemented.

paul-tqh-nguyen commented 4 years ago

As of https://github.com/paul-tqh-nguyen/reuters_topic_labelling/commit/ab4a6701fbd6f744c557e8104c1d197188d0f9b4, the hyperparameter search feature is complete! We'll start testing it out now.

We'll open new issues in the future if we have any problems.