- 09 4月, 2014 3 次提交
-
-
由 Frederic 提交于
Indent what is inside. I'll use that in the next commit. This will make the change more visible.
-
由 Gabe Schwartz 提交于
Bytes need to be decoded prior to performing any string operations, such as split/strip, on them.
-
- 08 4月, 2014 4 次提交
-
-
由 Frédéric Bastien 提交于
Added usecases for scan tutorial
-
由 Frédéric Bastien 提交于
Fix usage of Popen.wait().
-
由 Arnaud Bergeron 提交于
-
由 abergeron 提交于
Recursion limit
-
- 07 4月, 2014 3 次提交
- 04 4月, 2014 7 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
Speed up. get_scalar_constant_value and slow scan test.
-
由 Frederic 提交于
-
由 Frederic 提交于
This make less condition being tested. It speed up the slow scan tests.
-
由 Frederic 提交于
The 2 subtensors tests change probably due to optimization order changes. The 2->22 is that in the past, the Composite wasn't flattened, so the outer Composite was smaller.
-
由 Frederic 提交于
We fix for atleast 158 loops of that problem.
-
由 Frederic 提交于
-
- 03 4月, 2014 4 次提交
-
-
由 Frederic 提交于
with Composite. This allow to pickle bigger Composite graph as it simplify the graph, so we bust later the max recursion limit.
-
由 Frederic 提交于
Flatten Composite. This help gh-689 as it allow it to support up to 57 iteration of the loop instead of just 43. This could also help Theano cache in the case where graph could have different fusion order, so different way the composite are in each other, but do the same computation. This make the printing of Composite more readable.
-
由 Arnaud Bergeron 提交于
Fix usage of Popen.wait(). This is liable to deadlock if used with subprocess.PIPE and it was used like that all over the place. I've created new wrapper that will hopefully avoid this broken usage.
-
由 Frederic 提交于
-
- 02 4月, 2014 5 次提交
-
-
由 abergeron 提交于
Faster optimizer
-
由 Frederic 提交于
Make PatternSub use that feature to lower optimizer time by tracking less frequent node. This allow to save 85s on 317s in optimizer time.
-
由 abergeron 提交于
Mixed
-
由 Laurent Dinh 提交于
-
由 abergeron 提交于
Faster opt (and other unrelated things).
-
- 01 4月, 2014 14 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 abergeron 提交于
Cuda fortran order
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
Add other gpualloc tests. It currently fail as ger isn't implement on the new back-end.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-