Releases: cpmpercussion/keras-mdn-layer
Releases · cpmpercussion/keras-mdn-layer
Working with TF 2.15.1 and TFP 0.23.0
This version is published with TF 2.15.1 and TFP 0.23.0.
The MDN layer has been updated to use Keras API and Tensorflow 2 APIs.
What's Changed
- Bump tensorflow from 2.0.0 to 2.0.1 by @dependabot in #24
- Move to tf2 api, thanks u7484835 by @cpmpercussion in #47
New Contributors
- @dependabot made their first contribution in #24
Full Changelog: v0.3.0...v0.4.2
v0.3.0: Merge pull request #21 from cpmpercussion/tfkeras
Now switched over to tf.keras. Now works with:
- Tensorflow 2.0.0
- Tensorflow-probability 0.8.0
v0.2.3
removed old python version
v0.2.1
updated setup procedure for pypi
v0.2
merge
First research release
A Mixture Density Layer for Keras, and examples of interesting use cases.