From 716feac20c3e40e8def97a60f0b83cef31ecb053 Mon Sep 17 00:00:00 2001 From: Tim Kainz Date: Sat, 31 Jan 2026 22:38:38 +0100 Subject: [PATCH] Add runtime_config to gitignore --- image-inpainting/.gitignore | 3 ++- image-inpainting/results/runtime_config.json | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 image-inpainting/results/runtime_config.json diff --git a/image-inpainting/.gitignore b/image-inpainting/.gitignore index 0e60ef1..4b6dc0f 100644 --- a/image-inpainting/.gitignore +++ b/image-inpainting/.gitignore @@ -3,4 +3,5 @@ data/* *.jpg *.pt __pycache__/ -runtime_predictions.npz \ No newline at end of file +runtime_predictions.npz +results/runtime_config.json \ No newline at end of file diff --git a/image-inpainting/results/runtime_config.json b/image-inpainting/results/runtime_config.json deleted file mode 100644 index 5dda256..0000000 --- a/image-inpainting/results/runtime_config.json +++ /dev/null @@ -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 - } -} \ No newline at end of file