Skip to content

Commit fc9a67a

Browse files
Max_trials for HPO set to 90
1 parent d78c54c commit fc9a67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guardian_pipeline_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def bilstm_hyperparam_optimizer_github(
812812
dataset_path: str,
813813
input_size: int,
814814
num_classes: int,
815-
total_max_trials: int = 15
815+
total_max_trials: int = 90
816816
):
817817
"""
818818
Hyperparameter optimization for GitHub Actions with 30 trials.

0 commit comments

Comments
 (0)