You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "cdvae/run.py", line 19, in
from cdvae.common.utils import log_hyperparameters, PROJECT_ROOT
File "/home/liujinde/CSG/cdvae/cdvae/common/utils.py", line 92, in
PROJECT_ROOT: Path = Path(get_env("PROJECT_ROOT"))
File "/home/liujinde/CSG/cdvae/cdvae/common/utils.py", line 22, in get_env
raise KeyError(
KeyError: 'PROJECT_ROOT not defined and no default value is present!'
The text was updated successfully, but these errors were encountered:
python cdvae/run.py data=perov expname=perov model.predict_property=True
Traceback (most recent call last):
File "cdvae/run.py", line 19, in
from cdvae.common.utils import log_hyperparameters, PROJECT_ROOT
File "/home/liujinde/CSG/cdvae/cdvae/common/utils.py", line 92, in
PROJECT_ROOT: Path = Path(get_env("PROJECT_ROOT"))
File "/home/liujinde/CSG/cdvae/cdvae/common/utils.py", line 22, in get_env
raise KeyError(
KeyError: 'PROJECT_ROOT not defined and no default value is present!'
The text was updated successfully, but these errors were encountered: