rueberger / MJHMC

Python implementation of Markov Jump Hamiltonian Monte Carlo
GNU General Public License v2.0
24 stars 5 forks source link

Make sure the theano bits work on CPUs #3

Open rueberger opened 8 years ago

rueberger commented 8 years ago

The theano implementation currently barfs when run on a CPU. I think this is just happening because we're currently hard coding float precision - there is probably a way to dynamically set this

Sohl-Dickstein commented 8 years ago

hardcode to theano.config.floatX

On Thu, Feb 4, 2016 at 8:36 PM Andrew Berger notifications@github.com wrote:

The theano implementation currently barfs when run on a CPU. I think this is just happening because we're currently hard coding float precision - there is probably a way to dynamically set this

— Reply to this email directly or view it on GitHub https://github.com/rueberger/MJHMC/issues/3.