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