- 25 1月, 2017 4 次提交
-
-
由 Frédéric Bastien 提交于
Change default of round() to be as NumPy and warn about it.
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Add C code to RoundHalfToEven op.
-
由 notoraptor 提交于
by hardcoding the rounding instead of relying on NumPy functions, so that this op should work on CPU and on GPU. Tests (CPU and GPU) passed on my computer, let's see if jenkins/travis are ok with that.
-
- 24 1月, 2017 2 次提交
-
-
由 Pascal Lamblin 提交于
Merged previous work implementing stack trace copy over and tests for…
-
由 wazeerzulfikar 提交于
-
- 23 1月, 2017 4 次提交
-
-
由 notoraptor 提交于
(as I have changed the headers list).
-
由 Frédéric Bastien 提交于
Add a deprecation message to the old backend.
-
由 notoraptor 提交于
-
由 Iulian Vlad Serban 提交于
-
- 21 1月, 2017 3 次提交
-
-
由 Frédéric Bastien 提交于
Initialize the blas kernels when creating the contexts.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
- 20 1月, 2017 17 次提交
-
-
由 Frédéric Bastien 提交于
Add user warning to prevent issue #5143
-
由 Frédéric Bastien 提交于
mixed
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
removed pruner function of EquilibriumOptimizer class
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
- 19 1月, 2017 4 次提交
-
-
由 notoraptor 提交于
While looking for subsamples I have detected duplicated values for test_shapes in `test_dnn.py` both in old and new backend. I remove the duplicate.
-
由 notoraptor 提交于
* Remove the "[new backend]" part of the message and idem in the old back-end. * Move the check to the make_node of the ops. I'll continue analyzing the subsamples.
-
由 Reyhane Askari 提交于
-
由 notoraptor 提交于
Show user warning in old and new backend when Theano flags `dnn.conv.algo_bwd_filter` is not `none`, to help user prevent the issue #5143.
-
- 18 1月, 2017 4 次提交
-
-
由 Frédéric Bastien 提交于
Fix theano scripts on windows
-
由 Frédéric Bastien 提交于
make tensor.join() return the input when there is only 1 variable to join.
-
由 Reyhane Askari 提交于
-
由 Reyhane Askari 提交于
-
- 17 1月, 2017 2 次提交
-
-
由 Frédéric Bastien 提交于
Use Scan.L_op instead of Scan.grad() to help speed up the second deri…
-
由 Frederic Bastien 提交于
-