Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

How to do Hyperparameter Optimization using Tensorflow NMT? #484

Open
nashid opened this issue Jul 9, 2021 · 1 comment
Open

How to do Hyperparameter Optimization using Tensorflow NMT? #484

nashid opened this issue Jul 9, 2021 · 1 comment

Comments

@nashid
Copy link

nashid commented Jul 9, 2021

I need to try out different hyperparameters and compare their performance. I would be interested to know if an automated hyperparameter tuning option is available to do a Bayesian optimization as an example. However, it looks like the only option I have is to do a manual search.

To summarize what I want to know whether there are built-in methods in Tensorflow NMT to optimize hyperparameters. Unfortunately, I didn't find any. Ex: Grid search, Random Search.

@maharajbrahma
Copy link

@nashid I don't think this is an option for grid search or random search.

The current implementation is based on following papers.

  1. Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. 2015. Neural machine translation by jointly learning to align and translate. ICLR.
  2. Minh-Thang Luong, Hieu Pham, and Christopher D Manning. 2015. Effective approaches to attention-based neural machine translation. EMNLP.
  3. Ilya Sutskever, Oriol Vinyals, and Quoc V. Le. 2014. Sequence to sequence learning with neural networks. NIPS

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

No branches or pull requests

2 participants