- 12 10月, 2011 1 次提交
-
-
由 David Warde-Farley 提交于
-
- 11 10月, 2011 1 次提交
-
-
由 Frederic 提交于
We should not try to access C array before index 0!
-
- 08 10月, 2011 10 次提交
-
-
由 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 5 次提交
-
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
Traceback comments
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 goodfeli 提交于
Removed keep_wrt_type parameter of tensor.grad
-
- 06 10月, 2011 14 次提交
-
-
由 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.*
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
changed default value of keep_type in accordance with decision from theano-dev mailing list added unit test to ensure that grad behaves as it is required to for pylearn2 support
-
由 goodfeli 提交于
Got rid of a few "except:"
-
由 Olivier Delalleau 提交于
'except Exception' is to avoid catching interrupts like Ctrl-C.
-
由 nouiz 提交于
A few fixes to prepare for change in grad output
-
由 Olivier Delalleau 提交于
I caught places where the warning about using grad w.r.t. a one-element list was raised when running the test-suite. This commit removes these warnings (ensuring changing the default value of keep_wrt_type to True will not affect tests). Note that I changed the behavior of 'test_dot_w_self'. I asked the author (James) before doing so: it turns out it was not behaving as intended before.
-
由 nouiz 提交于
Docfix
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 05 10月, 2011 8 次提交
-
-
由 James Bergstra 提交于
-
由 Razvan Pascanu 提交于
__hash__ should take only 1 argument.
-
由 Frederic 提交于
-
由 nouiz 提交于
Added new option 'keep_wrt_type' to tensor.grad
-
由 Olivier Delalleau 提交于
This allows one to decide which behavior is desired (future new behavior or old one) and get rid of the warning at the same time.
-
由 delallea 提交于
Print the name of the optimizer when we have it.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 04 10月, 2011 1 次提交
-
-
由 Frederic 提交于
We disable amdlibm for nvcc. This was previously done in half.
-