Daniele Picone
commited on
Commit
·
f2e184a
1
Parent(s):
4e368ec
Changed options
Browse files
20240617_145340/options.json
CHANGED
|
@@ -642,6 +642,13 @@
|
|
| 642 |
"penalization_parameter": true,
|
| 643 |
"penalization_parameter_dual": false
|
| 644 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 645 |
"training_options": {
|
| 646 |
"optimizer": "adam",
|
| 647 |
"optimizer_momentum": 0.9,
|
|
@@ -665,12 +672,6 @@
|
|
| 665 |
"maximum_time": "00:00:01:00",
|
| 666 |
"early_stopping_delta": 1e-6,
|
| 667 |
"early_stopping_patience": 20,
|
| 668 |
-
"tqdm_refresh_rate": 500
|
| 669 |
-
"dataloader_options": {
|
| 670 |
-
"shuffle_train": true,
|
| 671 |
-
"shuffle_validation": false,
|
| 672 |
-
"num_workers": 0,
|
| 673 |
-
"batch_size": 4
|
| 674 |
-
}
|
| 675 |
}
|
| 676 |
}
|
|
|
|
| 642 |
"penalization_parameter": true,
|
| 643 |
"penalization_parameter_dual": false
|
| 644 |
},
|
| 645 |
+
"dataloader_options": {
|
| 646 |
+
"shuffle_train": true,
|
| 647 |
+
"shuffle_validation": false,
|
| 648 |
+
"num_workers": 0,
|
| 649 |
+
"batch_size": 4,
|
| 650 |
+
"interim_dump": false
|
| 651 |
+
},
|
| 652 |
"training_options": {
|
| 653 |
"optimizer": "adam",
|
| 654 |
"optimizer_momentum": 0.9,
|
|
|
|
| 672 |
"maximum_time": "00:00:01:00",
|
| 673 |
"early_stopping_delta": 1e-6,
|
| 674 |
"early_stopping_patience": 20,
|
| 675 |
+
"tqdm_refresh_rate": 500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 676 |
}
|
| 677 |
}
|