- 13 2月, 2013 26 次提交
-
-
由 abalkin 提交于
Conflicts: theano/compile/function.py theano/compile/pfunc.py theano/gof/fg.py theano/gof/type.py
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 lamblin 提交于
Fix gpu strides crash
-
由 abalkin 提交于
-
由 abalkin 提交于
This commit starts a series of changes to eliminate relative and redundant imports. - do not import theano.tests unless theano.test() function is called. - reuse TheanoConfigParser instance from configdefaults.
-
由 nouiz 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 12 2月, 2013 13 次提交
-
-
由 nouiz 提交于
Allow to import theano.sandbox.cuda.basic_op on computer without GPU.
-
由 Frederic 提交于
This is needed to allow generating the autodoc of this file.
-
由 nouiz 提交于
Fix some documentation syntax problem that make the cron that build the ...
-
由 Frederic Bastien 提交于
Should allow the documentation to be updated automatically again.
-
由 lamblin 提交于
Issue #783: python3 compatible - remove unnecessary imports.
-
由 nouiz 提交于
A few improvements to function()
-
由 abalkin 提交于
This commit is the first step of the plan to make Theano imports compatible with 3.x: 1. Remove unnecessary imports. 2. Convert relative imports to absolute. 3. Fix circular dependency issues by either eliminating "from xyz" imports or moving them inside functions.
-
由 nouiz 提交于
Changes to make Theano work on Windows with Anaconda
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Infer shape broadcast fix
-
由 Frederic 提交于
-
- 11 2月, 2013 1 次提交
-
-
由 Frederic 提交于
-