- 06 12月, 2011 7 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Olivier Delalleau 提交于
Minor fix in an theano/tensor/blas.py.
-
由 nouiz 提交于
First version of file for the release candidate.
-
由 Frederic 提交于
-
由 nouiz 提交于
Changed argmax dtype from int32 to int64
-
由 nouiz 提交于
Refactored GPU install instructions
-
由 Justin Bayer 提交于
-
- 05 12月, 2011 16 次提交
-
-
由 Olivier Delalleau 提交于
Also refactored a bit GPU tips, and removed the note about limitation to 4 GPUs (which is not true anymore).
-
由 Olivier Delalleau 提交于
Moved instructions from "Using the GPU" tutorial page to the intallation instructions. Added a link from installation instructions to the "Using the GPU" tutorial.
-
由 nouiz 提交于
Minor stuff
-
由 nouiz 提交于
Fix argmax grad
-
由 nouiz 提交于
Some test fixes
-
由 nouiz 提交于
Fixed some tests with compute_test_value = ignore
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Now also testing gradient with axis=None (failing as of this commit).
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
If 'axis' is empty then x.ndim must be equal to zero, and thus we also have 'axis == range(x.ndim)'. If x.ndim in non-zero, there is no reason for axis to be empty, so better not catch this case.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Windows requires pickled files to be opened in binary mode. Also rewrote file operations to be safer.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 04 12月, 2011 8 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Razvan Pascanu 提交于
Fixed test_lazy.py and test_vm.py Everything looks fine.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Fixed test_vm.py:TestCallbacks.test_callback_with_ifelse.
-
由 Olivier Delalleau 提交于
Two tests are now failing in test_vm.py
-
由 Olivier Delalleau 提交于
This is safer on 64 bit computers, and remains platform-independent.
-
- 03 12月, 2011 9 次提交
-
-
由 Frederic 提交于
-
由 nouiz 提交于
fix test in FAST_COMPILE.
-
由 nouiz 提交于
change the default of theano.{max,min,argmax,argmin,max_and_argmax} to t... -
由 nouiz 提交于
Changed default compiledir under Windows
-
由 nouiz 提交于
Added documentation about newly-added VS files
-
由 nouiz 提交于
Fix #12
-
由 Josh Bleecher Snyder 提交于
-
由 Olivier Delalleau 提交于
This option was redundant with config.base_compiledir
-
由 Josh Bleecher Snyder 提交于
A few notes: * I went ahead and removed theano/misc/hg_version_hook.sh. It is not functional now, so I inferred that no one cares about it (file a new issue if I'm wrong!). It'll be in the history, should we ever want to write a git hook replacement for it. * I made some minor whitespace fixes, including collapsing the unnecessary double-depth try/finally. * I think that the _minimal_ext_cmd isn't needed, but I left it in. * Why not do direct substitution into full_version, instead of writing code to do Python substitution again? Left it as is for now, in case there's a good reason...
-