- 19 3月, 2013 1 次提交
-
-
由 Matthew Rocklin 提交于
Previously it checked if node.op == dot where dot was a dot function I assume that this was a mistake I've changed this to check if isinstance(node.op, (Dot, Dot22)) I've also added a test
-
- 18 3月, 2013 4 次提交
- 17 3月, 2013 8 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 15 3月, 2013 3 次提交
-
-
由 nouiz 提交于
Wininstaller doc
-
由 Pascal Lamblin 提交于
instead of .bat script
-
由 Pascal Lamblin 提交于
-
- 12 3月, 2013 8 次提交
-
-
由 nouiz 提交于
Fix PR gh-90
-
由 Frederic 提交于
If cause import crash in some cases.
-
由 lamblin 提交于
When device=cpu and force_device=True, force that we disable the gpu.
-
由 Frederic 提交于
-
由 nouiz 提交于
Make inc/set_subtensor work on output of take.
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 09 3月, 2013 6 次提交
- 08 3月, 2013 6 次提交
-
-
由 Frederic 提交于
At worst, it would cause crash.
-
由 Frederic 提交于
-
由 nouiz 提交于
Add new commands to theano-cache.
-
由 Pascal Lamblin 提交于
"theano-cache basecompiledir purge" is useful when the kernel or Python version changes, as cache directories accumulate.
-
由 nouiz 提交于
Always put arch bitwidth in cache
-
由 Pascal Lamblin 提交于
-
- 07 3月, 2013 4 次提交
-
-
由 lamblin 提交于
Multiple mode
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Also move local_bitwidth to gof/compiledir, import it directly in theano.gof, and use the latter path.
-
由 Pascal Lamblin 提交于
This is to avoid loading modules compiled with one architecture from a Python with a different one.
-