- 13 10月, 2011 1 次提交
-
-
由 Olivier Delalleau 提交于
Fix mostly written by Fred. Tested in Python 2.7 and Python 2.5.
-
- 12 10月, 2011 15 次提交
-
-
由 nouiz 提交于
Updated documentation for installation on MacOS
-
由 Olivier Delalleau 提交于
adding callback argument to VM_Linker
-
由 James Bergstra 提交于
-
由 Olivier Delalleau 提交于
-
由 David Warde-Farley 提交于
Refactored graph.inputs + new method graph.ancestors.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 David Warde-Farley 提交于
Fix tests with complex numbers
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 nouiz 提交于
Fix for nvcc compilation crash in MacOS X
-
由 David Warde-Farley 提交于
-
- 11 10月, 2011 4 次提交
-
-
由 James Bergstra 提交于
-
由 Frederic 提交于
We should not try to access C array before index 0!
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 08 10月, 2011 11 次提交
-
-
由 Olivier Delalleau 提交于
This is a fix for the situation reported here: https://groups.google.com/group/theano-users/browse_thread/thread/374ec2dadd3ac369/024e2be792f98d86 -
由 Pascal Lamblin 提交于
On a 32-bit machine, numpy.take may refuse to use int64 arrays for indices. (incl. typo fix by @dwf)
-
由 Olivier Delalleau 提交于
Doc comment
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
Blas opt fix
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 07 10月, 2011 6 次提交
-
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Traceback comments
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 goodfeli 提交于
Removed keep_wrt_type parameter of tensor.grad
-
- 06 10月, 2011 3 次提交
-
-
由 Olivier Delalleau 提交于
The reason I had added this parameter in 0b8b021c was to let the user get rid of annoying warnings. However, I probably shouldn't have given the option to keep the old behavior with no warning, since this behavior was unintuitive and potentially dangerous. Since the warning was removed by 965afb68, it seems pointless to keep this extra parameter that adds extra complexity to the tensor.grad interface with no benefit.
-
由 nouiz 提交于
Import fix
-
由 Olivier Delalleau 提交于
- Reordered imports in a more logical way - Uniformized notations to use tensor.* everywhere instead of T.*, basic.*, theano.tensor.* and theano.tensor.basic.*
-