Skip to content

Commit 4e6e917

Browse files
Max HPO trials set to 100
1 parent ad43cae commit 4e6e917

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
@@ -1985,7 +1985,7 @@ def guardian_github_pipeline():
19851985
dataset_path=dataset_path,
19861986
input_size=input_size,
19871987
num_classes=num_classes,
1988-
total_max_trials=30
1988+
total_max_trials=100
19891989
)
19901990
logging.info(f"HPO completed. Best task ID: {best_task_id}, Best model ID: {best_model_id}")
19911991

0 commit comments

Comments
 (0)