- 06 6月, 2013 18 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
This make this test work. It was crashing during the compilation: THEANO_FLAGS=device=gpu,floatX=float32 theano-nose theano/tensor/tests/test_basic.py:PsiTester
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 05 6月, 2013 14 次提交
-
-
由 Frédéric Bastien 提交于
Py3k Fixes Bugfixes
-
由 Gabe Schwartz 提交于
This locals() wasn't inside a list comprehension and was also replaced incorrectly.
-
由 Gabe Schwartz 提交于
StringIO was moved in python 3.
-
由 Frédéric Bastien 提交于
Rebase2
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Instead of non-portable symlink from NEWS.txt to doc/NEWS.txt
-
由 Yaroslav Halchenko 提交于
-
由 Yaroslav Halchenko 提交于
It is intended to be ran by users so there is no reason to not have it executable
-
由 Frédéric Bastien 提交于
Py3k Fixes Part 2
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
由 Frédéric Bastien 提交于
Fixes for python 3 compatibility.
-
- 04 6月, 2013 8 次提交
-
-
由 Alexander Belopolsky 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
This is needed as a previous commit changed some python int to numpy integer. This will also make the optimization happen more frequently then before.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
This allow theano.tests() to run more tests!
-
由 Frederic Bastien 提交于
This change the behavior a little. Now int are casted into numpy.int64. This is needed as in Python3 long have replaced int and there are no more long! So the int case will be used in Python 3. Forcing the type isn't a problem as we support only this type for shape everywhere in Theano.
-