- 06 12月, 2011 24 次提交
-
-
由 nouiz 提交于
More fixes for Windows
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
This is required for the script `run_tests_in_batch.py` to work properly: it must be possible to identify each test by its name.
-
由 Olivier Delalleau 提交于
Not all tests are actually run, because nosetests is unable to properly handle the funny way tests sometimes generated.
-
由 Olivier Delalleau 提交于
This fixes a crash when running tests on Windows.
-
由 Olivier Delalleau 提交于
In the buildbot make opt error raise and not warn.
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
Correctly cast the scalar during opt with dot22scalar.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 nouiz 提交于
Fix for some shape-related errors on 32-bit
-
由 nouiz 提交于
Added regression test for bug fixed in blas opt
-
由 nouiz 提交于
edited NEWS.txt
-
由 Ian Goodfellow 提交于
-
由 nouiz 提交于
Added new command 'theano-cache unlock'
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This can be used to unlock the compilation directory without having to wait two minutes, or having to manually delete a file.
-
由 Olivier Delalleau 提交于
This test ensures that integer scalars are properly cast to floats to be included within a dot22scalar op.
-
由 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 提交于
-