-
由 Razvan Pascanu 提交于
Two bugs fixed. First one was in printing, pmsg was spelled as psmg. Second one is more of a temporary fix. neg(x) was optimized to -1*x, where was dtype int which ended up in a dtype error in dot22scalar. I changed the optimization to create a -1 of same dtype as x but fancier solution possible.
ae6a445d
| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| benchmark | ||
| bin | ||
| doc | ||
| theano | ||
| .hgignore | ||
| LICENSE.txt | ||
| NEWS.txt | ||
| README.txt | ||
| ez_setup.py | ||
| setup.cfg | ||
| setup.py |