abudesai / timeVAE

TimeVAE implementation in keras/tensorflow
MIT License
93 stars 22 forks source link

one batch of data #9

Open uliuycy opened 2 months ago

uliuycy commented 2 months ago

Can this model be used to generate data using only one batch of data

abudesai commented 2 months ago

How big is your batch of data?

In either case, just try it out.

uliuycy commented 2 months ago

There are over 1000 rows and 20 columns, can we directly set N to 1

abudesai commented 1 month ago

There are over 1000 rows and 20 columns, can we directly set N to 1

What's going down the rows - samples, or the time dimension?

uliuycy commented 1 month ago

When data is organized with time dimension along the rows, moving along the rows corresponds to advancing along the time dimension.