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
397 stars 89 forks source link

/scripts/train.py #6

Closed sas8465 closed 2 years ago

sas8465 commented 2 years ago

line 79. real_data_path = 'data/higgs-small',

Is this corrext? Shouldn't the data set that is chose be taken from the input arguments?

rotot0 commented 2 years ago

it is just a default argument

but you are right, it should be taken from config.toml file