Y-debug-sys / Diffusion-TS

[ICLR 2024] Official Implementation of "Diffusion-TS: Interpretable Diffusion for General Time Series Generation"
MIT License
184 stars 26 forks source link

About baselines #23

Closed cmzsbql closed 6 months ago

cmzsbql commented 6 months ago

Hi, the implementation of DiffTime is not open source (or maybe I just couldn't find it). I would like to ask you how to reproduce its results. Thanks.

Y-debug-sys commented 6 months ago

It directly uses the network structure of CSDI without hard condition. I mainly optimized its convolutional kernel size and some training parameters such as total training epochs. Thanks!

cmzsbql commented 6 months ago

Thanks!