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

Error while running pipeline #22

Closed Siddharth1India closed 1 year ago

Siddharth1India commented 1 year ago

Adding issue because I spent time with this while this was just simple error. Trying to run:

python scripts/pipeline.py --config exp/churn2/ddpm_mlp_best/config.toml --train --sample

It is throwing error:

FileNotFoundError: [Errno 2] No such file or directory: 'archive\\y_train.npy'

Where is this data folder?

Siddharth1India commented 1 year ago

To those who facing issue, it is mentioned in README:

wget "https://www.dropbox.com/s/rpckvcs3vx7j605/data.tar?dl=0" -O data.tar
tar -xvf data.tar