Hannes Kuchelmeister commited on
Commit ·
3faec92
1
Parent(s): 1f561a0
rename hyperparemeter search as it seems to not work with MSE
Browse files
configs/hparams_search/{focusMSE_150_optuna.yaml → focusMAE_150_optuna.yaml}
RENAMED
|
@@ -12,10 +12,7 @@ defaults:
|
|
| 12 |
# make sure this is the correct name of some metric logged in lightning module!
|
| 13 |
optimized_metric: "val/mae_best"
|
| 14 |
|
| 15 |
-
name: "
|
| 16 |
-
|
| 17 |
-
model:
|
| 18 |
-
_target_: src.models.focus_module.FocusMSELitModule
|
| 19 |
|
| 20 |
# here we define Optuna hyperparameter search
|
| 21 |
# it optimizes for value returned from function with @hydra.main decorator
|
|
@@ -29,7 +26,7 @@ hydra:
|
|
| 29 |
storage: null
|
| 30 |
|
| 31 |
# name of the study to persist optimization results
|
| 32 |
-
study_name:
|
| 33 |
|
| 34 |
# number of parallel workers
|
| 35 |
n_jobs: 1
|
|
|
|
| 12 |
# make sure this is the correct name of some metric logged in lightning module!
|
| 13 |
optimized_metric: "val/mae_best"
|
| 14 |
|
| 15 |
+
name: "focusMAE_150_hyperparameter_search"
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# here we define Optuna hyperparameter search
|
| 18 |
# it optimizes for value returned from function with @hydra.main decorator
|
|
|
|
| 26 |
storage: null
|
| 27 |
|
| 28 |
# name of the study to persist optimization results
|
| 29 |
+
study_name: focusMAE_150_hyperparameter_search
|
| 30 |
|
| 31 |
# number of parallel workers
|
| 32 |
n_jobs: 1
|