- 06 10月, 2011 7 次提交
-
-
由 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 7 次提交
-
-
由 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 14 次提交
-
-
由 Frederic 提交于
We disable amdlibm for nvcc. This was previously done in half.
-
由 goodfeli 提交于
Fix
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 Frederic 提交于
This is a strange case as we restect the 256 bytes limits!
-
由 delallea 提交于
fix test in float32.
-
由 Frederic 提交于
-
由 nouiz 提交于
added arccos
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 David Warde-Farley 提交于
Deprecated cache entries now trigger a warning
-
由 Olivier Delalleau 提交于
Most people should have updated their local cache by now. Making it a warning will ensure we notice if for some reason a bug generates new invalid cache entries.
-
- 02 10月, 2011 9 次提交
-
-
由 goodfeli 提交于
Misc style fixes in op.py
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
Functions for clean interactive debugger code
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
interactive debugger
-
- 01 10月, 2011 3 次提交
-
-
由 David Warde-Farley 提交于
Deprecated tensor.shared (renamed tensor._shared)
-
由 delallea 提交于
STY: various blas/test_blas fixes
-
由 Olivier Delalleau 提交于
Most of the time people who use tensor.shared do it because they mix it up with theano.shared. By renaming it with a leading underscore, this confusion should disappear. By the way this commit also changes a few calls in Theano code from tensor.shared to theano.shared, when I thought calling tensor.shared was not intentional.
-