-
I have solved this problem in another not so quite beautiful method. So my question is that is there any more formal method? my directory is like this:
Any resnet50/151.yaml just like this:
And in my cfg.yaml, I have this:
Yeah, I defined the encoder object in the global vision, then I quoted this object in agent object's field. In fact I only need that appears in the agent object's field. So is there any better or more formal method to resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have recently started using Hydra and I am pretty interested in this pattern. As a starting idea, I would create the following folder tree
if you need the encoder name, you may define a field in resnet50.yaml or resnet151.yaml |
Beta Was this translation helpful? Give feedback.
I have recently started using Hydra and I am pretty interested in this pattern. As a starting idea, I would create the following folder tree
default.yaml
containsif you need the encoder name, you may define a field in resnet50.yaml or resnet151.yaml