- 23 9月, 2009 15 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
makes it play nicer with the new rule that update values must have the same type as their shared vars. An alternative fix to several tests would have been to implement a Tensor->Scalar cast, but I didn't do that because it's nice to just use Tensors.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
Reason being there is a problem with the way we deal with strict. Strictness requires that a value has exactly the right type, but non-strictness implies just about any kind of casting including in-exact casting. What I would like the default to be is something that means casting is ok as long as it is exact.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
had been upcast. I did this for add, sub, div. Mul looked tricky so I didn't do it.
-
由 James Bergstra 提交于
function. This corresponds to what is already in theano.tensor.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
when initializing a shared variable with a value of 0 because subsequent floating-point assignments will be silently downcasted to 0. At the same time, it is slightly more annoying when it comes to float32 vs. float64 differences.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 18 9月, 2009 2 次提交
-
-
由 Olivier Breuleux 提交于
-
由 Olivier Breuleux 提交于
-
- 17 9月, 2009 2 次提交
-
-
由 Olivier Delalleau 提交于
-
由 eckdoug@localhost 提交于
-
- 16 9月, 2009 9 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
switched the optional parameter order of scalar_constructor so that it starts with (value, name, strict)
-
由 James Bergstra 提交于
tensors.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
still they are not perfect because there are cases where even the last two dimensions could be broadcastable).
-
由 James Bergstra 提交于
-
- 12 9月, 2009 10 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
instead of 'Reshape' directly. This is friendlier to subclasses.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
single-precision floats.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
- 10 9月, 2009 2 次提交
-
-
由 eckdoug@localhost 提交于
-
由 James Bergstra 提交于
-