- 04 2月, 2010 3 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 03 2月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
print a warning about the move of theano/sandbox/conv.py. We import the new version to don't break stuff for some time.
-
- 02 2月, 2010 7 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 gdesjardins 提交于
-
由 gdesjardins 提交于
* moved sandbox/conv.py to tensor/nnet/conv.py * created tensor/signal/conv.py which implements generic 2D convolution (i.e. traditional signal processing definition) + tests * added tensor/nnet/tests/speed_test_conv.py which contains Fred's speed tests for ConvOp * added appropriate documentation to sphinx library docs
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
moved theano.compile.mode.default_{mode,linker,optimizer} to theconfig system as {mode,linker,optimizer}. Also added that when config.mode is Mode, ProfileMode or DebugMode, mode.get_default_mode return this mode initilized with config.linker and config.optimizer.
-
- 01 2月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 30 1月, 2010 27 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-> crossentropy optimization still works when storing labels on the GPU.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
gpuelemwise
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Pascal Lamblin 提交于
Get rid of references to the older THEANO_* environment variables in the code comments and inline doc.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Change type of config.unittests.rseed so it accepts the value "random", as THEANO_UNITTEST_SEED did.
-
由 gdesjardins 提交于
-
由 gdesjardins 提交于
-
由 gdesjardins 提交于
-
由 gdesjardins 提交于
* removed numpy as N, tensor as T * wrapped docstrings to 80cols * moved getFilterOutShp to staticmethod * removed some useless code (old convolve2 function) Reimplemented unittests for conv. Speed tests will go in separate file (to come)
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-side effect, the cuda test are not enabled by default, will be on the build bot. -also, now the use fct don't have a default value.
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
fixes to make the behaviour of the cuda shared constructor more strict on accepting only float32 ndarrays
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-