An experimentation framework. Integrating VertaAI's ModelDB for model versioning and Ax platform for hyperparameters optimization with my nn-toolbox.
- Logging hyperparameters, model specifications, checkpoints, etc. to ModelDB
- Hyperparameter optimization via Ax platform's loop API.
- Integration with more hyperparameter optimization frameworks
Take a look at test_ax.py for an example on tuning SGD's learning rates.