From ba312475f0d5fc66ef127a42bfc9eb4da492c864 Mon Sep 17 00:00:00 2001 From: clementchadebec Date: Fri, 17 Sep 2021 11:16:44 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f168c87..1a1dd30 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Then the `TrainingPipeline` can be launched by running: ``` At the end of training, the model weights ``models.pt`` and model config ``model_config.json`` file -will be saved in a folder ``outputs/my_model_from_script/training_YYYY-MM-DD_hh-mm-ss/final_model``. +will be saved in a folder ``outputs/my_model/training_YYYY-MM-DD_hh-mm-ss/final_model``. **Important**: For high dimensional data we advice you to provide you own network architectures and potentially adapt the training and model parameters see [documentation](https://pyraug.readthedocs.io/en/latest/advanced_use.html) for more details.