Add runtime_config to gitignore

This commit is contained in:
2026-01-31 22:38:38 +01:00
parent d979c200f9
commit 716feac20c
2 changed files with 2 additions and 16 deletions

View File

@@ -3,4 +3,5 @@ data/*
*.jpg
*.pt
__pycache__/
runtime_predictions.npz
runtime_predictions.npz
results/runtime_config.json

View File

@@ -1,15 +0,0 @@
{
"learningrate": 0.0005,
"weight_decay": 5e-05,
"n_updates": 12000,
"plot_at": 500,
"early_stopping_patience": 20,
"print_stats_at": 200,
"print_train_stats_at": 10,
"validate_at": 250,
"commands": {
"save_checkpoint": false,
"run_test_validation": false,
"generate_predictions": false
}
}