MJHMC icon indicating copy to clipboard operation
MJHMC copied to clipboard

Make sure the theano bits work on CPUs

Open rueberger opened this issue 9 years ago • 1 comments

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

rueberger avatar Feb 05 '16 04:02 rueberger

hardcode to theano.config.floatX

On Thu, Feb 4, 2016 at 8:36 PM Andrew Berger [email protected] 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.

Sohl-Dickstein avatar Feb 05 '16 16:02 Sohl-Dickstein