FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
38 stars 14 forks source link

Revert "Set warmup steps to half of the number of steps." #189

Closed cmacfarl closed 2 years ago

cmacfarl commented 2 years ago

Reverts FIRST-Tech-Challenge/fmltc#182

Training on post merge datasets in the dev environment are reported to be less than optimal. Reverting this pending more investigation.

github-actions[bot] commented 2 years ago

Terraform plan Succeeded for Workspace: default

Show Output ```diff An execution plan has been generated and is shown below. Resource actions are indicated with the following symbols: ! update in-place -/+ destroy and then create replacement Terraform will perform the following actions: # module.dev.google_app_engine_standard_app_version.fmltc-app-v1 will be updated in-place ! resource "google_app_engine_standard_app_version" "fmltc-app-v1" { id = "apps/ftc-ml-firstinspires-dev/services/default/versions/v1" name = "apps/ftc-ml-firstinspires-dev/services/default/versions/v1" # (9 unchanged attributes hidden) ! deployment { ! zip { ! source_url = "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/db2abb121fe43d54831e4cec8cb4bff4.zip" -> "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/ffa4d04cd7b51032e15c1fb55f0638fa.zip" # (1 unchanged attribute hidden) } } - handlers { - auth_fail_action = "AUTH_FAIL_ACTION_REDIRECT" -> null - login = "LOGIN_OPTIONAL" -> null - security_level = "SECURE_OPTIONAL" -> null - url_regex = ".*" -> null - script { - script_path = "auto" -> null } } # (8 unchanged blocks hidden) } # module.dev.google_cloudfunctions_function.perform-action will be updated in-place ! resource "google_cloudfunctions_function" "perform-action" { id = "projects/ftc-ml-firstinspires-dev/locations/us-central1/functions/perform_action" name = "perform_action" ! source_archive_object = "27b0a20bc4bc25e4c5e027c6ec653dee.zip" -> "363214de493e77bb15eac7b8127842af.zip" # (13 unchanged attributes hidden) # (2 unchanged blocks hidden) } # module.dev.google_storage_bucket.fmltc-blobs will be updated in-place ! resource "google_storage_bucket" "fmltc-blobs" { id = "ftc-ml-firstinspires-dev-blobs" name = "ftc-ml-firstinspires-dev-blobs" # (11 unchanged attributes hidden) - cors { - max_age_seconds = 3600 -> null - method = [ - "GET", ] -> null - origin = [ - "https://ftc-ml-dev.firstinspires.org", ] -> null - response_header = [ - "Content-Type", ] -> null } } # module.dev.google_storage_bucket_object.app-server-archive must be replaced -/+ resource "google_storage_bucket_object" "app-server-archive" { ! content_type = "application/zip" -> (known after apply) ! crc32c = "qzfHVg==" -> (known after apply) ! detect_md5hash = "2yq7Eh/kPVSDHkzsjLS/9A==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gae-source-db2abb121fe43d54831e4cec8cb4bff4.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "2yq7Eh/kPVSDHkzsjLS/9A==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/db2abb121fe43d54831e4cec8cb4bff4.zip?generation=1636017412832438&alt=media" -> (known after apply) - metadata = {} -> null ! name = "db2abb121fe43d54831e4cec8cb4bff4.zip" -> "ffa4d04cd7b51032e15c1fb55f0638fa.zip" # forces replacement ! output_name = "db2abb121fe43d54831e4cec8cb4bff4.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/db2abb121fe43d54831e4cec8cb4bff4.zip" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (2 unchanged attributes hidden) } # module.dev.google_storage_bucket_object.cloud-function-archive must be replaced -/+ resource "google_storage_bucket_object" "cloud-function-archive" { ! content_type = "application/zip" -> (known after apply) ! crc32c = "0GKT3w==" -> (known after apply) ! detect_md5hash = "J7CiC8S8JeTF4CfG7GU97g==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gcf-source-27b0a20bc4bc25e4c5e027c6ec653dee.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "J7CiC8S8JeTF4CfG7GU97g==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/27b0a20bc4bc25e4c5e027c6ec653dee.zip?generation=1636017412800145&alt=media" -> (known after apply) - metadata = {} -> null ! name = "27b0a20bc4bc25e4c5e027c6ec653dee.zip" -> "363214de493e77bb15eac7b8127842af.zip" # forces replacement ! output_name = "27b0a20bc4bc25e4c5e027c6ec653dee.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/27b0a20bc4bc25e4c5e027c6ec653dee.zip" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (2 unchanged attributes hidden) } Plan: 2 to add, 3 to change, 2 to destroy. ```