Tensorbayes is a light-weight wrapper around Tensorflow that provides access to functions useful for deep generative models. To a first-order approximation, Tensorbayes is a Tensorflow analog to Parmesan.
Tensorbayes requires the following dependencies:
- numpy
- tensorflow >= 0.12
To install, simply run:
pip install tensorbayes