Replies: 1 comment
-
It should not change the instantiation path; the instantiation path is supposed work the same way as python's import dotpaths. For example, if you would write Reference: https://hydra.cc/docs/1.3/advanced/instantiate_objects/overview/#instantiation-of-builtins |
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
Uh oh!
There was an error while loading. Please reload this page.
-
If I import my pip-packaged app in a new top-level directory, does that change all the instantiation paths to be rooted at the top-level directory?
For example, if I did
module=path.to.my.module
would I have to change it to:
module=top_level_dir.path.to.my.module
?Beta Was this translation helpful? Give feedback.
All reactions