diff --git a/main.py b/main.py index 6383278..93f1767 100644 --- a/main.py +++ b/main.py @@ -47,7 +47,7 @@ if __name__ == "__main__": early_stop_callback = EarlyStopping( monitor="hp_metric", # Metric to monitor min_delta=1e-5, # Minimum change in the monitored quantity to qualify as an improvement - patience=12, # Number of epochs with no improvement after which training will be stopped + patience=24, # Number of epochs with no improvement after which training will be stopped mode="min", # Mode can be either 'min' for minimizing the monitored quantity or 'max' for maximizing it. verbose=True, ) diff --git a/out/index.html b/out/index.html index d9ad3af..fbc1891 100644 --- a/out/index.html +++ b/out/index.html @@ -53,7 +53,7 @@