Variational-Lstm-Autoencoder
Variational-Lstm-Autoencoder copied to clipboard
question on timesteps
Hi, I'm new to VAE and wanted to try something with the code you shared.
One question regarding the timesteps
, is it the maximum timestep of the dataset? If it is, what's the recommended strategy to pad the timeseries who have different original lengths?
Thanks.