Added runtime configuration and improved model

This commit is contained in:
2026-01-31 20:09:59 +01:00
parent e9ee27bb56
commit fd81f3ce2e
7 changed files with 507 additions and 55 deletions

View File

@@ -0,0 +1,13 @@
{
"n_updates": 35000,
"plot_at": 500,
"early_stopping_patience": 20,
"print_stats_at": 200,
"print_train_stats_at": 50,
"validate_at": 400,
"commands": {
"save_checkpoint": false,
"run_test_validation": false,
"generate_predictions": false
}
}