how to reproduce loaded config (including hydra settings, overrides etc.) loading from .hydra dir ? #2203
Unanswered
YoelShoshan
asked this question in
Q&A
Replies: 1 comment
-
hi @YoelShoshan - there's a few options to achieve this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
In .hydra dir we have 'config.yaml', 'hydra.yaml' and 'overrides.yaml'
I would like to load hydra config in the exact same way as it was loaded when the session was created (let's say, after that session was over). What is the recommended way to do it?
Motivation - machine learning scenario:
Let's say that in the first run (that created this dir) I did training+validation, let's say that model selection is over
and now I want to run test on a test-set, and I want to reproduce the exact config I previously had
(including things like the original hydra.run.dir )
Beta Was this translation helpful? Give feedback.
All reactions