abudesai / timeVAE

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

parameters setting #19

Open blht-chen opened 1 month ago

blht-chen commented 1 month ago

May I ask what specific impact these three parameters have on the quality of the generated data for timeVae's hyperparameters: trend_poly, custom_seas, and use-residual_conn? I noticed that in your new code, trend_poly defaults to 0 and custom_seas is null.if i want to use these modules, how to set parameters?What is the parameter format like?