From 1ab53fe54f25966b5ccfb54bf93e8bf7b4734508 Mon Sep 17 00:00:00 2001 From: Jorge Enciso <50672161+Jorgedavyd@users.noreply.github.com> Date: Wed, 29 May 2024 17:51:02 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bda368a..6174f14 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ A Pytorch and Lightning based framework for research and ml pipeline automation. ## Framework -$\text{Define Hyperparameter space} \to \text{Genetic algorithms(single-objective/multi-objective)} \to \text{Best hyperparameters in config.yaml} \to \text{Training session}$ +$\text{Hyperparameter space} \to \text{Genetic algorithms(single-objective/multi-objective)}$ +$\to \text{Best hyperparameters in config.yaml} \to \text{Training session}$ ### htuning.py ```python