fixed nan prediction errors

This commit is contained in:
2026-01-31 21:05:32 +01:00
parent fd81f3ce2e
commit 4af674b79d
5 changed files with 149 additions and 28 deletions

View File

@@ -1,10 +1,12 @@
{
"learningrate": 0.005,
"weight_decay": 5e-05,
"n_updates": 35000,
"plot_at": 500,
"early_stopping_patience": 20,
"print_stats_at": 200,
"print_train_stats_at": 50,
"validate_at": 400,
"validate_at": 500,
"commands": {
"save_checkpoint": false,
"run_test_validation": false,