From ba61688aa50d5ed8b86cd1e5623ec531c344854c Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Tue, 25 Jul 2023 08:45:36 +0000 Subject: [PATCH] Fix warning admonition --- docs/usage/train/parameters.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/usage/train/parameters.md b/docs/usage/train/parameters.md index 822f6945..c4a97265 100644 --- a/docs/usage/train/parameters.md +++ b/docs/usage/train/parameters.md @@ -16,8 +16,7 @@ All hyperparameters are specified and editable in the training scripts `dan/ocr/ | `dataset_params.config.augmentation` | Whether to use data augmentation on the training set. | `bool` | `True` (see [dedicated section](#data-augmentation)) | !!! warning - -The variables `dataset_name`, `dataset_level`, `dataset_variant` and `dataset_path` must have values such that the data is located in `{dataset_path}/{dataset_name}_{dataset_level}{dataset_variant}`. + The variables `dataset_name`, `dataset_level`, `dataset_variant` and `dataset_path` must have values such that the data is located in `{dataset_path}/{dataset_name}_{dataset_level}{dataset_variant}`. ### Data preprocessing -- GitLab