- 16 2月, 2013 1 次提交
-
-
由 Frederic 提交于
We call it only if the user didn't provide a value.
-
- 15 2月, 2013 5 次提交
-
-
由 Olivier Delalleau 提交于
Update comment after code review.
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 14 2月, 2013 7 次提交
- 13 2月, 2013 6 次提交
- 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 8 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
Fix crash introduced in gh-1207 with theano variable that don't have the broadcastable attribute like sparse and random variable.
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This is just confusing as it does not actually modify the function being computed, as mentioned on the mailing list.
-
由 Olivier Delalleau 提交于
If the dictionary has <= 1 element in it, then we do not care if it's unsorted.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Since they can be dictionaries, their emptiness shouldn't be checked by comparing them to a list.
-