Sorry for your bank card.
Your runs now look much better!
However there are two things that concern me:
Shows C:\Users\MyPC\AppData\Roaming\Python\Python37\site-packages
is part of the interpreter’s search path. I think that is a part of the python path that was not installed by conda
, and it may be messing up your imports because it has precedence over D:\ProgramData\Miniconda3\lib\site-packages
.
Is C:\Users\MyPC\AppData\Roaming\Python\Python37\
the directory in which you installed python3.7 yourself or is it a symbolic link to some other directory? If it is the python3.7 that you installed by yourself and was not installed by conda
, could you uninstall it?
I think that if you manage to sort that out, your codes should all work. The sampling methods themselves are working, but the theano
standalone run shows that something is wrong, and that must cause the zeros in the mass matrices seen during sample
.
It runs, which means that theano
is installed, but your result was almost all zeros, which indicates that something did not work well with the numerical backend.