-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot create a Normal distribution with carl 0.2, Theano 0.8.2 #60
Comments
Thanks for the report! I'll try looking into this asap. (I checked on a fresh Python 3 environment and all works fine. Certainly due to Python 2.) |
Thanks. I forgot to mention I am using a Mac and installed basically everything via |
I can confirm this works for me with Python 3 (but different Theano version - 0.9) - so this does look like a Python 2 issue:
I posted my Anaconda config script here (should it somehow matter): https://github.com/gnperdue/BashDotFiles/tree/master/anaconda_configs After setting up Anaconda, I just clone and install Carl via |
Hello,
I am attempting to test this library, but running into problems quickly. The versions of relevant libraries I have are:
If I try to instantiate a
Normal
, I get:There is actually a long spew of errors, all ending in
ValueError
s that complain about "missing default values."Any suggestions?
Thanks!
pax
Gabe
The text was updated successfully, but these errors were encountered: