- 19 5月, 2012 7 次提交
- 17 5月, 2012 5 次提交
- 16 5月, 2012 8 次提交
-
-
由 nouiz 提交于
Op for multiplication of sparse matrix by broadcasted vector
-
由 Yann N. Dauphin 提交于
-
由 Yann N. Dauphin 提交于
-
由 Yann N. Dauphin 提交于
-
由 nouiz 提交于
Fix crash and corruption bug in CSM's grad
-
由 Yann N. Dauphin 提交于
-
由 Yann N. Dauphin 提交于
-
由 Olivier Delalleau 提交于
typo in new theano flags.
-
- 15 5月, 2012 9 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Yann N. Dauphin 提交于
-
由 lamblin 提交于
New Theano flag on_unused_input that default the default value.
-
由 Yann N. Dauphin 提交于
-
由 Frederic 提交于
-
- 14 5月, 2012 11 次提交
-
-
由 Yann N. Dauphin 提交于
-
由 Yann N. Dauphin 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
also do not generate evaluation points for shared variables
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
we should have as initial value for some parameter 0, unless it is a random state, case in which is not differentiable and should be None
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Issue : scan used to compute something, that I thought was the R-op with respect to shared variables with updates of the inner function. After more reflection, I think those numbers I'm computing have no meaning .. Unless the user asks explicitly for the R_op with respect to some value that is a shared variable, this would not affect anything (just some extra computations). The reason I removed them is not only the possible meaningless of these numbers, but also the fact that R_op methods are not defined for random number sampling function, which would appear as shared variable. So you would get that you can not compute the R-op because some function is not defined for that op, even though that is only to compute some values you don't care and which might not have any meaning. I have no idea exactly how to test this, since is not a bug per-se is more of a semanting error in my understanding of what the R-op is suppose to do.
-