Skip to content

Commit

Permalink
Increase retraining epochs
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroGoettler committed Jul 19, 2023
1 parent 380cf1b commit 0654d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main/scheduled_trigger_pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "aws_scheduler_schedule" "training_pipeline_scheduler" {
sagemaker_pipeline_parameters {
pipeline_parameter {
name = "epochs"
value = "10"
value = "8"
}
}
}
Expand Down

0 comments on commit 0654d4c

Please sign in to comment.