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
393 stars 86 forks source link

Update dependencies #27

Closed paulduf closed 1 year ago

paulduf commented 1 year ago

Hello,

Thanks for this code, from the paper it looks very promising, so I'd like to integrate it in my workflow. I'd like not to multiply virtual environments to run different synthetic data generators, so my request is to use pytorch version 2.0.x, and I wonder if there is a good reason why you do not allow this ?

paulduf commented 1 year ago

I found my issue to be redundant with https://github.com/Yura52/rtdl/issues/55, sorry for this !