added result, 16.1240
This commit is contained in:
16
image-inpainting/results/runtime_config.json
Normal file
16
image-inpainting/results/runtime_config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"learningrate": 0.0003,
|
||||
"weight_decay": 1e-05,
|
||||
"n_updates": 150000,
|
||||
"plot_at": 400,
|
||||
"early_stopping_patience": 40,
|
||||
"print_stats_at": 200,
|
||||
"print_train_stats_at": 50,
|
||||
"validate_at": 200,
|
||||
"accumulation_steps": 1,
|
||||
"commands": {
|
||||
"save_checkpoint": false,
|
||||
"run_test_validation": false,
|
||||
"generate_predictions": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user