I tried this tutorial but gives me this error Key 'optuna_config' not in 'OptunaSweeperConf' full_key: hydra.sweeper.optuna_config object_type=OptunaSweeperConf
why is this error?
this is my config.yaml
hydra:
run:
dir: ./outputs/${model._target_}/${now:%Y-%m-%d}/${now:%H-%M-%S}
sweeper:
optuna_config:
direction: maximize
study_name: mnist
storage: null
n_trials: 20
n_jobs: 1
sampler: tpe
seed: 123