Hi all,
I’m trying to access the function pymc3.theanof.intX from within another module but it is not visible for some reason. Curiously, the function pymc3.theanof.floatX is visible, even though I can see no differences in how they are handled (please see below) …
Any help is highly appreciated!
Thanks Jan
In [20]: pymc3.theanof.floatX
Out[20]: <function pymc3.theanof.floatX(X)>
In [21]: pymc3.theanof.intX
AttributeError Traceback (most recent call last)
in
----> 1 pymc3.theanof.intX
AttributeError: module ‘pymc3.theanof’ has no attribute ‘intX’