cpmpercussion / keras-mdn-layer

An MDN Layer for Keras using TensorFlow's distributions module
MIT License
165 stars 44 forks source link

Tests of sampling procedure #11

Open cpmpercussion opened 5 years ago

cpmpercussion commented 5 years ago

The sampling procedure sometimes seems to produce output with too much variance.

It should be straightforward to test this with values from a known distribution, do some sampling, and then calculate the sample mean and variance to make sure it is behaving correctly.