pymc4_prototypes icon indicating copy to clipboard operation
pymc4_prototypes copied to clipboard

Branch of main project with `theano` commented out

Open ColCarroll opened this issue 7 years ago • 1 comments

I tried to do this mostly agnostically, but added a few pieces of pytorch code...

This commit should keep pointing to a project where import pymc3 works without theano. The import statements are commented out, but interior code that was changed was marked with

# THEANO  whatever = tt.original_code()
whatever = None

so that it is greppable.

Let me know if it would be helpful for me to drop that version of the project into one of the subfolders!

ColCarroll avatar Oct 01 '17 21:10 ColCarroll

Definitely put it into a folder here.

twiecki avatar Oct 02 '17 03:10 twiecki