python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Got AttributeError when importing theano
I got following error when importing theano by import theano in Python3.8. How do I fix it?
Last line is:
AttributeError: module 'numpy.distutils.__config__' has no attribute 'blas_opt_info'
[~] pyth...

William Song
Votes: 0
Answers: 0
Theano.scan in hierarchical PyMC3 models
I want to apply theano.scan over multiple parameters in a hierarchical model.
The code works great for a single model, however, I'm not sure how to convert the model to a hierarchical model (requiring...

Zach Wolpe
Votes: 0
Answers: 0