- 20 5月, 2011 2 次提交
-
-
由 Olivier Delalleau 提交于
The idea is that even when the key changes, the resulting code and compiled module can remain the same. We avoid this by keeping a hash of the C code (as well as of the compilation options) and when this hash matches that of an existing module, we re-use this module instead of having two different modules doing the same thing. Two improvements should be made to the current implementation: 1. Currently a module is still compiled before we detect that it is duplicated, while we should avoid this compilation step. 2. It may be the case that different code or compilation options actually lead to the exact same compiled module. It would be nice to be able to detect this situation as well. -
由 Olivier Delalleau 提交于
-
- 19 5月, 2011 12 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
of scan to be in a certain form, which is not true anymore if constant folding replaces them by a constant.
-
由 Razvan Pascanu 提交于
node in a graph.
-
由 Razvan Pascanu 提交于
madness of elemwise operation introduced by infershape of subtensor and by scan and makes plots of computational graphs readable and possibly faster.
-
由 Razvan Pascanu 提交于
check if they still use as little memory as needed in FAST_RUN.
-
由 Olivier Delalleau 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
gradients.
-
由 Razvan Pascanu 提交于
the key ( in this case the right key .. for scan to figure things out).
-
由 Razvan Pascanu 提交于
optimizer to use a limited amount of memory instead of forcing scan to do that. This way you can compute gradients through reduce, foldl and flodr as well.
-
- 18 5月, 2011 15 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
there is one or not.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 17 5月, 2011 11 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
由 Razvan Pascanu 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
added some type checking / an error message to scan so it will fail a little more gracefully if passed bad arguments
-
由 Ian Goodfellow 提交于
-