- 15 9月, 2010 1 次提交
-
-
由 Pascal Lamblin 提交于
- Code reviewed by Olivier B., thanks! - Lots of comments added - Unused code removed - Looping in Elemwise is now done so the contiguous dimension of the output is looped over in the inner-most loop. It does not change anything in the non-inplace case (the output was C-contiguous), but can lead to really better performances (at least 7x) in the inplace case.
-
- 14 9月, 2010 14 次提交
-
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Added flags DebugMode.allow_remove_inf and TensorType.value_eq_approx( allow_remove_inf=False) parameter. When True, we allow an optimization to replace an inf to some other value. Usefull to test stability optimization.
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 13 9月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
fix bug with on how set_subtensor are moved to the gpu. They where moved to the gpu as a inc_subtensor.
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
After talk with James, added an option to function(rebuild_strict=True). When False allow givens to change the type of inputs to rebuild the graph and make it work with inputs on the gpu and many other case. We did not test all others cases.
-
由 James Bergstra 提交于
-
- 11 9月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
bump the version of the convolution following the fix to the hash. That will force the recompilation of the code to fix the problem.
-
- 10 9月, 2010 6 次提交
-
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 09 9月, 2010 9 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
fix a bug in DebugMode when their is only c_code(no perform()) and that we do inplace operation on the inputs. This would cause False error warning.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 08 9月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
- 07 9月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
-