get_hparams_from_hydra_config cannot handle ints and floats
When config in get_hparams_from_hydra_config contains sections with single entries it will fail, as it always expects dictionaries.
When config in get_hparams_from_hydra_config contains sections with single entries it will fail, as it always expects dictionaries.