- 22 7月, 2011 20 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Basically add information about scan if it stops on a condition or not (using keyword for or while)
-
由 Razvan Pascanu 提交于
Fix following Pascal suggestion of the __eq__ of scan.
-
由 Razvan Pascanu 提交于
It helps by compiling the inner graph only once, making compilation much faster
-
由 Razvan Pascanu 提交于
Basically change the code to be aware that the last input can be a condition, and if so stop when that condition becomes True.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Specifically for initial states, they should always stay variables, and not be constants !
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
My optimization pushes in the main graph a lot of computations in terms of constants, and constant folding maxes out pretty quickly. This is a quick fix to that. I'm not sure if 50 is not too much, I haven't played with that value .. maybe 20 or something would suffice. I would also like to increase this value only for constant folding and not all the others, but I didn't know how.
-
由 Razvan Pascanu 提交于
theano.until
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
(note : the implementation of make_thunk is seen by DebugMode as a python implementation, and it sees no C implementation for that Op. Are there checks for the C implementation that are not done for the python implementaion ? )
-
- 20 7月, 2011 20 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
treat them like any other theano tensor)
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Note: this optimization expects the state of scan to have the as_while flag and the profile flag.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 James Bergstra 提交于
-
由 Razvan Pascanu 提交于
-