yandex-research / tab-ddpm

[ICML 2023] The official implementation of the paper "TabDDPM: Modelling Tabular Data with Diffusion Models"
https://arxiv.org/abs/2209.15421
MIT License
370 stars 81 forks source link

hi there I get an error while trying to run the initial tunning part #37

Open charika1989 opened 3 months ago

charika1989 commented 3 months ago

File "/home/charika/charika_VE/env1_test/tabular/tab-ddpm/scripts/tune_ddpm.py", line 94, in objective subprocess.run(['python3.9', f'{pipeline}', '--config', f'{exps_path / "config.toml"}', '--sample', '--eval', '--change_val'], check=True) File "/home/charika/miniconda3/envs/tddpm/lib/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['python3.9', 'scripts/pipeline.py', '--config', 'exp/churn2/many-exps/config.toml', '--sample', '--eval', '--change_val']' returned non-zero exit status 1.

could you please help me with this