MissingConfigException: In 'modulus_default': Could not find 'amp/default' #747
moduluslover
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
490 assert loaded is not None
/usr/local/lib/python3.10/dist-packages/hydra/_internal/defaults_list.py in config_not_found_error(repo, tree)
797 msg += "\nConfig search path:" + f"\n{lines}"
798
--> 799 raise MissingConfigException(
800 missing_cfg_file=element.get_config_path(),
801 message=msg,
MissingConfigException: In 'modulus_default': Could not find 'amp/default'
Config search path:
provider=hydra, path=pkg://hydra.conf
provider=main, path=file:///kaggle/working
provider=schema, path=structured://
Beta Was this translation helpful? Give feedback.
All reactions