gradientinstitute / aboleth

A bare-bones TensorFlow framework for Bayesian deep learning and Gaussian process approximation
Apache License 2.0
127 stars 10 forks source link

What is the dtype in the Dense Layers? #203

Open dsteinberg opened 6 years ago

dsteinberg commented 6 years ago

At the moment we assume the Dense layers can only work with float32 inputs/distributions. Do we want to support other types?