Coders!Bayes's lackeys and ML's underlings!Hear my call!

(づ。◕ᴗᴗ◕。)づ
I install some like “mingw-w64-install”、“tdm64-gcc-5.1.0-2” fixs for WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations…to my surprise! New WARNING happen “ImportError: DLL load failed: 动态链接库(DLL)初始化例程失败。”

HELP me~~~(ಥ_ಥ)

================== code ===========================
`with pm.Model() as hierarchical_model:

设置超先验

alpha_tmp_mu = pm.Normal(‘alpha_tmp_mu’, mu=0, sd=10) <<-----【WARING happen~~】
alpha_tmp_sd = pm.HalfNormal(‘alpha_tmp_sd’, 10)
beta_mu = pm.Normal(‘beta_mu’, mu=0, sd=10)
``

Currently discussing it in Github: https://github.com/pymc-devs/pymc3/issues/3281