- 14 4月, 2017 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 31 3月, 2017 1 次提交
-
-
由 Frédéric Bastien 提交于
Fix out-of-date link to sympy
-
- 30 3月, 2017 5 次提交
-
-
由 Adam Geitgey 提交于
-
由 Pascal Lamblin 提交于
Don't move scalar float* elemwise unless the result is needed on the GPU.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 29 3月, 2017 6 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
MultinomialWOReplacementFromUniform := ChoiceFromUniform
-
由 Frédéric Bastien 提交于
Update css.inc
-
由 Frédéric Bastien 提交于
Updated numpy as np #4218
-
由 Frédéric Bastien 提交于
skip_verify_grad added to makeTester for all InplaceTester
-
由 Frederic Bastien 提交于
-
- 28 3月, 2017 13 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Do not force float64 in the graph when it isn't needed. Do the same dtype requirement as on the CPU.
-
由 Frederic Bastien 提交于
Remove a useless check. It can be a cached constant. This is safe in the make_node. inplace opt will disallow that later, but it should be safe.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
-
由 Frédéric Bastien 提交于
Clean up
-
由 Lilian Besson 提交于
Faster for the DOM parser to have one <style> tag with 5 lines than 5 <style> tags with 1 line.
-
由 Laurent Dinh 提交于
-
由 Pascal Lamblin 提交于
Add conv2d transpose2doc
-
由 Reyhane Askari 提交于
#5742 Removed theano/sandbox/linalg/ops.py and theano/sandbox/linalg/tests/test_linalg.py from flake8 whitelist
-
由 Frédéric Bastien 提交于
Open tempfile in mode 'w' to prevent TypeError
-
- 27 3月, 2017 3 次提交
-
-
由 Chiheb Trabelsi 提交于
-
由 Chiheb Trabelsi 提交于
.. autofunction:: theano.tensor.nnet.conv2d_transpose added in order to generate docuentation for conv2d transpose.
-
由 Jayanth Koushik 提交于
For printing compilation errors, a NamedTemporaryFile object is opened in the default mode ('w+b'), and strings are written to it. This is not an issue in Python 2, but in Python 3, strings cannot be implicitly converted to bytes so a TypeError occurs on line 2310 (previously 2309). This commit explicitly opens the NamedTemporaryFile in mode 'w'.
-
- 25 3月, 2017 11 次提交
-
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-
由 amrithasuresh 提交于
-