Skip to content

Commit

Permalink
Another HPO.md link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Gaglione committed Mar 10, 2024
1 parent 1b9ed5f commit d98069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/HPO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d98069f

Please sign in to comment.