Files
DRL_PROJ/presentation_inputs/classifier/configs/shared.json
T
2026-05-14 16:20:33 +01:00

14 lines
183 B
JSON

{
"seed": 42,
"cv_folds": 5,
"batch_size": 32,
"num_workers": 4,
"early_stopping_patience": 5,
"lr": 1e-4,
"weight_decay": 1e-4,
"T_max": 15,
"data_dir": "data"
}