chore: show the actually used value

This commit is contained in:
Matthias
2025-05-19 07:04:11 +02:00
parent 8641796d04
commit 5a2b3d9d87

View File

@@ -345,7 +345,7 @@ class Configuration:
config.update({"early_stop": self.args["early_stop"]})
logger.info(
f"Parameter --early-stop detected ... Will early stop hyperopt if no improvement "
f"after {self.args.get('early_stop')} epochs ..."
f"after {config.get('early_stop')} epochs ..."
)
configurations = [