From a7bbb53536291efa972c412a1025161e6b259d6a Mon Sep 17 00:00:00 2001 From: Fabrice Daian <fabrice.daian@lis-lab.fr> Date: Mon, 10 Mar 2025 12:37:57 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4764e60..194dd33 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ Step>3, Generator loss : 1.941e+05 ... ... ``` -By default, the model is trained for 100 epochs (see ```hyperparameters.json```) but it includes an ```EarlyStopping``` mechanism (See the paper methods section pour details) governed by the ```patience``` parameters (see ```hyperparameters.json```). +By default, the model is trained for 100 epochs (see ```hyperparameters.json```) but it includes an ```EarlyStopping``` mechanism (See the paper methods section for details) governed by the ```patience``` parameters (see ```hyperparameters.json```). You can stop the training at anytime. The best checkpoints of your model is available in the ```experiments/metrology_experiment/results/networks/``` directory. -- GitLab