refiners/tests/training_utils/mock_config.toml

27 lines
422 B
TOML

[mock_model]
requires_grad = true
use_activation = true
[clock]
verbose = false
[training]
duration = "100:epoch"
seed = 0
device = "cpu"
dtype = "float32"
batch_size = 4
gradient_accumulation = "4:step"
evaluation_interval = "5:epoch"
evaluation_seed = 1
gradient_clipping_max_norm = 1.0
[optimizer]
optimizer = "SGD"
learning_rate = 1
[lr_scheduler]
type = "ConstantLR"
update_interval = "1:step"
warmup = "20:step"