- 15 11月, 2011 4 次提交
-
-
由 Olivier Delalleau 提交于
Fix test
-
由 Frederic 提交于
Fix test in DebugMode. The test op inherit from a class that implement the __eq__ and __hash__ and those implementation was wrong.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 14 11月, 2011 1 次提交
-
-
由 nouiz 提交于
Added note in Windows GotoBLAS compilation
-
- 13 11月, 2011 1 次提交
-
-
由 Olivier Delalleau 提交于
This is to make sure the Perl executable is properly found.
-
- 12 11月, 2011 6 次提交
-
-
由 Razvan Pascanu 提交于
Added doc about R_op.
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
Implement the grad for inner dimensions in MaxAndArgMax. The pull request is fine. There is one question about gradient of max, that I'm not sure how to tackle, but the changes introduced in this code do not change the behaviour of Theano in this respect. The problem is how should the grad of max look if there are several instances of max ? Should all get the full gradient (like it is happening now), should only one of them receive the gradinet ?
-
由 Frederic 提交于
-
由 nouiz 提交于
det OP
-
由 Philippe Hamel 提交于
removed dependency to scipy and used numpy instead fixed some convention discrepencies
-
- 11 11月, 2011 3 次提交
-
-
由 Olivier Delalleau 提交于
Added some documentation on OutputGuard for new c types.
-
由 Philippe Hamel 提交于
fixed infer_shape and added dome tests
-
由 Philippe Hamel 提交于
reviewed code... everything seems OK added infer_shape added a bit of doc
-
- 10 11月, 2011 12 次提交
-
-
由 nouiz 提交于
Typos
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Up/downcasted is correct though. English is weird.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Clarified when to register a type with OutputGuard
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Better error message when compilation fails
-
由 nouiz 提交于
Typo fixes
-
由 Olivier Delalleau 提交于
-
- 09 11月, 2011 3 次提交
-
-
由 Olivier Delalleau 提交于
This may catch more errors.
-
由 Olivier Delalleau 提交于
1. The g++ error message is now displayed in the exception text rather than hidden before the file content is printed (which made it very hard to notice). 2. If the call to Popen fails for some reason (e.g. because g++ is not found), the command line is printed to stderr so that the user has a better idea of what the problem may be.
-
由 goodfeli 提交于
Fix subtensor2
-
- 08 11月, 2011 10 次提交
-
-
由 Olivier Delalleau 提交于
Add test for the IntDiv element wise operation.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
Fix test
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
When the step of a slice was not 1, we didn't correctly computed the size when the number of element was not a multiple of the step. This caused a crash at run time.
-
由 Frederic 提交于
(like when they are int).
-