-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi. When I runing:
python run.py experiment=oisst_pacific_interpolation
It occured:
Error executing job with overrides: ['experiment=oisst_pacific_interpolation']
Traceback (most recent call last):
File "/mpathc/wpeng/codes/python_github_2/dyffusion-main/run.py", line 22, in <module>
main()
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/main.py", line 94, in decorated_main
_run_hydra(
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/_internal/utils.py", line 394, in _run_hydra
_run_app(
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/_internal/utils.py", line 457, in _run_app
run_and_report(
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/_internal/utils.py", line 223, in run_and_report
raise ex
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/_internal/utils.py", line 220, in run_and_report
return func()
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/_internal/utils.py", line 458, in <lambda>
lambda: hydra.run(
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/_internal/hydra.py", line 132, in run
_ = ret.return_value
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/core/utils.py", line 260, in return_value
raise self._return_value
File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/core/utils.py", line 186, in run_job
ret.return_value = task_function(task_cfg)
File "/mpathc/wpeng/codes/python_github_2/dyffusion-main/run.py", line 12, in main
return run_model(config)
File "/mpathc/wpeng/codes/python_github_2/dyffusion-main/src/train.py", line 40, in run_model
config = cfg_utils.extras(config, if_wandb_run_already_exists="resume")
File "/mpathc/wpeng/codes/python_github_2/dyffusion-main/src/utilities/config_utils.py", line 246, in extras
other_seed = other_run.config.get("seed")
AttributeError: 'str' object has no attribute 'get'
How can I fix it? Looking forward to your reply. Thanks.
Metadata
Metadata
Assignees
Labels
No labels