17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"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
|
|
}
|
|
}
|