PyTorch Lightning

import lightning.pytorch as pl

CLI

Optuna(hyperparameter optimization)

Shorts: fewer updates recently

Optuna - A hyperparameter optimization framework

# <https://optuna.readthedocs.io/en/stable/tutorial/10_key_features/003_efficient_optimization_algorithms.html>
print(f"Sampler is {study.sampler.__class__.__name__}")
# <https://optuna.readthedocs.io/en/stable/reference/generated/optuna.integration.TorchDistributedTrial.html#optuna.integration.TorchDistributedTrial>

Hydra

https://github.com/facebookresearch/hydra

W&B

https://wandb.ai/

MLflow

https://github.com/mlflow/mlflow/blob/master/examples/pytorch/AxHyperOptimizationPTL/ax_hpo_iris.py