From fd36a564cd4ef44582177898cb7f069805a922a4 Mon Sep 17 00:00:00 2001 From: David Scripka Date: Sun, 1 Oct 2023 20:43:41 -0400 Subject: [PATCH] Adjusted warning message --- openwakeword/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwakeword/train.py b/openwakeword/train.py index dd284b4..9bb280f 100755 --- a/openwakeword/train.py +++ b/openwakeword/train.py @@ -261,7 +261,7 @@ class Model(nn.Module): # Merge best models if len(self.best_models) == 0: logging.warning("WARNING!\nNo checkpoint with metrics >= than target values was found!\n" - "Consider generating more examples, or reducing target metrics. " + "Consider generating more positive and negative examples for training or reducing target metrics. " "Returning the model corresponding to the last training step.\n\n") combined_model = self.model else: