Thank you for nice repo on Diffusion model for time series data.
When running your codebase, I observe that the the time stamp is an input to both encoder and latent diffusion model. When drawing new samples, the same encoding of time stamps as the training data are used as inputs. Idealy, could the new samples have different time stamps from the training data as inputs?