From b839c67ce2f970b23d3d9b41e9b4a0ab4ae35315 Mon Sep 17 00:00:00 2001 From: cargecla1 <138342606+cargecla1@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:23:05 +1000 Subject: [PATCH] Indentation fix Fixed indentation that was off. --- docs/userguide/torch_forecasting_models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/torch_forecasting_models.md b/docs/userguide/torch_forecasting_models.md index 7ce32fa134..11961d3099 100644 --- a/docs/userguide/torch_forecasting_models.md +++ b/docs/userguide/torch_forecasting_models.md @@ -25,7 +25,7 @@ We assume that you already know about covariates in Darts. If you're new to the - [Callbacks](#callbacks) - [Early Stopping](#example-with-early-stopping) - [Custom Callback](#example-of-custom-callback-to-store-losses) - - [MLFlow: train, track and monitor](#example-with-mlflow-autologging) + - [MLFlow: train, track and monitor](#example-with-mlflow-autologging) 4. [Performance optimisation section](#performance-recommendations) lists tricks to speed up the computation during training.