aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/optimization_profiles/optimization.toml
blob: 6f2800eb15ef47f96c435c2d64b7aafd6d3a3b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-FileCopyrightText: Copyright 2024, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0

[rewrite.training_parameters]
batch_size = 32
learning_rate = 1e-3
show_progress = true
steps = 48000
learning_rate_schedule = "cosine"
augmentations = "gaussian"
num_procs = 1
num_threads = 0