- 02 12月, 2012 1 次提交
-
-
由 Olivier Delalleau 提交于
-
- 01 12月, 2012 2 次提交
- 30 11月, 2012 13 次提交
-
-
由 nouiz 提交于
Fixed crash in constant folding optimization
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This is because either: - There will never be any client and thus the node will be pruned, so performing constant folding would be a waste of time, or - Someone will add clients later and will re-run the constant folding phase, in which case we will want to use the client-dependent logic to decide whether constant folding should be applied or not.
-
由 Olivier Delalleau 提交于
-
由 lamblin 提交于
Fix tests
-
由 nouiz 提交于
Fix import issue Olivier caught after my last PR was merged
-
由 Ian Goodfellow 提交于
-
由 nouiz 提交于
Fix for a source of non-determinism
-
由 Olivier Delalleau 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 29 11月, 2012 8 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Corrected a few typos in scan documentation.
-
由 abalkin 提交于
-
由 goodfeli 提交于
Fix optimization warning due as we didn't returned the right dtype for e...
-
由 Olivier Delalleau 提交于
This can just cause confusion.
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Ready to merge: Determinism fix
-
- 28 11月, 2012 16 次提交
-
-
由 Ian Goodfellow 提交于
str(type(foo))
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
Numpy's eigh(a, 'L') (eigh(a, 'U')) is a function of tril(a) (triu(a)) only. This means that partial derivative of eigh(a, 'L') (eigh(a, 'U')) with respect to a[i,j] is zero for i < j (i > j). At the same time, non-zero components of the gradient must account for the fact that variation of the opposite triangle contributes to variation of two elements of Hermitian (symmetric) matrix.
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-