Hi,
I'm using Ax.client with default bayesian optimization model (GPEI) to search for hyperparameters. The search space contains 5 range [0,1] parameters. As the searching process goes, the memory consumption becomes gettting out of hand and eventually OOM (16GB memory w/ 8GB Zram enabled) after testing about ~50 arms.
Here are my questions.
- Is this level of memory consumption normal?
- How do I know when this bayesian optimization is finished (or when I can safely stop the whole optimization process)?
Thanks very much!
Hi,
I'm using Ax.client with default bayesian optimization model (GPEI) to search for hyperparameters. The search space contains 5 range [0,1] parameters. As the searching process goes, the memory consumption becomes gettting out of hand and eventually OOM (16GB memory w/ 8GB Zram enabled) after testing about ~50 arms.
Here are my questions.
Thanks very much!