Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred when I ran evaluate.py #5

Open
yeyuanzheng177 opened this issue Aug 28, 2023 · 2 comments
Open

An error occurred when I ran evaluate.py #5

yeyuanzheng177 opened this issue Aug 28, 2023 · 2 comments

Comments

@yeyuanzheng177
Copy link

HYDRA_FULL_ERROR=1 PYTHONPATH=. python evaluate.py exp=eval_msdm_dirac
os.environ['PYTHONPATH']====================> .
Error executing job with overrides: ['exp=eval_msdm_dirac']
Traceback (most recent call last):
File "/root/YYZ/anaconda3_10/envs/msdm/lib/python3.9/site-packages/hydra/_internal/utils.py", line 639, in _locate
obj = getattr(obj, part)
AttributeError: module 'evaluation' has no attribute 'experiments'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/YYZ/anaconda3_10/envs/msdm/lib/python3.9/site-packages/hydra/_internal/utils.py", line 645, in _locate
obj = import_module(mod)
File "/root/YYZ/anaconda3_10/envs/msdm/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/root/yyz/code/multi-source-diffusion-models/evaluation/experiments.py", line 11, in
from main.module_base import Model
File "/root/yyz/code/multi-source-diffusion-models/main/module_base.py", line 10, in
from pytorch_lightning.loggers import LoggerCollection, WandbLogger

@giorgio-mariani
Copy link
Member

Thanks for letting us know, I'll look into it.

@yeyuanzheng177
Copy link
Author

Thanks for letting us know, I'll look into it.

Looking forward to your upcoming code submission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants