Clean state

This commit is contained in:
Johnny Fernandes
2026-04-30 01:25:39 +01:00
commit bb3dfb92d5
266 changed files with 37043 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"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"
}