FS-TFP/benchmark/FedHPOBench/scripts/lr/7592@openml.yaml

31 lines
527 B
YAML

use_gpu: True
device: 1
early_stop:
patience: 100
federate:
mode: 'standalone'
total_round_num: 250
batch_or_epoch: 'epoch'
client_num: 5
share_local_model: True
online_aggr: True
trainer:
type: 'general'
eval:
freq: 1
metrics: ['acc', 'correct', 'f1']
split: ['train', 'val', 'test']
data:
type: 7592@openml
splits: [0.8, 0.1, 0.1]
splitter: 'lda'
splitter_args: [{'alpha': 0.5}]
model:
type: lr
out_channels: 2
optimizer:
lr: 0.0001
weight_decay: 0.0
criterion:
type: CrossEntropyLoss