prob-ml / bliss

Bayesian Light Source Separator
MIT License
41 stars 11 forks source link

automatically create output directory if it doesn't exist #335

Closed jeff-regier closed 3 years ago

jeff-regier commented 3 years ago
regier@deeplearning-01:~/bliss$ poetry run bliss +experiment=sdss_sleep
Error executing job with overrides: ['+experiment=sdss_sleep']
Traceback (most recent call last):
  File "/home/regier/bliss/bliss/main.py", line 16, in main
    task(cfg)
  File "/home/regier/bliss/bliss/train.py", line 60, in train
    assert Path(p).exists(), f"path {Path(p).as_posix()} does not exist"
AssertionError: path /home/regier/bliss/output does not exist

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
github-actions[bot] commented 3 years ago

Stale issue message

dereklhansen commented 3 years ago

Still relevant; I've run into this issue too.