From d98069fb9aa977839808b3d7f9d8bf9176ddfc19 Mon Sep 17 00:00:00 2001 From: Jethro Gaglione Date: Sun, 10 Mar 2024 17:36:42 -0500 Subject: [PATCH] Another HPO.md link fix --- docs/tutorials/HPO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/HPO.md b/docs/tutorials/HPO.md index db7f6f3..7521528 100644 --- a/docs/tutorials/HPO.md +++ b/docs/tutorials/HPO.md @@ -24,7 +24,7 @@ To use Optuna in our training scripts, we first import the Optuna package (in ad ```python import optuna ``` -For the model detailed in [Single-GPU Training (Custom Mlflow)](({% link pytorch_singlGPU_customMLflow.md %}), ignoring MLflow-related code, our `objective` function looks like this : +For the model detailed in [Single-GPU Training (Custom Mlflow)](https://docs.mltf.vu/tutorials/pytorch_singlGPU_customMLflow.html), ignoring MLflow-related code, our `objective` function looks like this : ```python def objective(trial):