- 03 8月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
fix a bug in optimization of two consecutive sum. Add a warning when we hit this case. The warning can be disabled by the theano flags warn.sum_sum_bug=False.
-
由 Frederic Bastien 提交于
-
- 02 8月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 31 7月, 2010 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
-
由 Frédéric Bastien 提交于
-
- 30 7月, 2010 8 次提交
-
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
added 3 theano flags optimizer_including, optimizer_excluding, optimizer_requiring. If using the default mode, this allow to select via the corresponding fct the optimizer to use.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 29 7月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
fix bug in optimizer sequence that make the op CrossentropySoftmaxArgmax1HotWithBias and GpuCrossentropySoftmaxArgmax1HotWithBias not being inserted used on the gpu. This caused stability and slowness on the gpu.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 28 7月, 2010 6 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
CudaNdarray.__setitem now accept an ndarray as a value. It copy the data direction. Restriction, no broadcasting, the CudaNdarray slice must be c contiguous.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
optimized memory usage on the gpu: when used gpu_shared_var.value = ndarray, we keep only one memory region on the gpu.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 27 7月, 2010 2 次提交
-
-
由 gdesjardins 提交于
attrs is unhashable since its a list. Fix is to first convert attrs to string than hash the string.
-
由 Frederic Bastien 提交于
-
- 26 7月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 24 7月, 2010 7 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
make the GpuElemwise return the same error as Elemwise when the shape mismatch. Modif test for this.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-