Hydra 1.2 |top| Instant

: Introduced an --experimental-rerun option to reproduce single runs that were previously persisted, aiding in debugging and validation.

You can install or upgrade to Hydra 1.2 using pip: hydra 1.2

pip install hydra-core --upgrade

Here is a breakdown of the biggest features landing in Hydra 1.2 and why you should upgrade today. hydra 1.2

If you set hydra/config=strict , Hydra will now throw a hard exception if you try to access a configuration node that doesn't exist. hydra 1.2

Scroll to Top