jeanjerome / semisupervised_timeseries_infogan

A tensorflow implementation of informative generative adversarial network (InfoGAN ) to one dimensional ( 1D ) time series data with a supervised loss function. So it's called semisupervised Info GAN.
MIT License
27 stars 13 forks source link

Evaluation of Model #4

Open Nasrin15 opened 3 years ago

Nasrin15 commented 3 years ago

How do you evaluate the model? The generated images from synthetic data and real data are difficult to differentiate.

jeanjerome commented 3 years ago

As far as I remember, these are points that start a variation of x% in the future [y0 <= -x%, y1 in [-x%;0], y2 in [0; +x%], y3 >= +x%]. X should be something between 2 and 7...