- 30 7月, 2010 1 次提交
-
-
由 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 提交于
-
- 23 7月, 2010 4 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Frederic Bastien 提交于
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
- 22 7月, 2010 8 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
- 21 7月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
GpuElemwise now raise an error when we could broadcast input to make the code run but did not set the broadcast flags to True. Added test that we raise this error.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
This allow to fuse more op in GpuElemwise(gpu have a limit in the number of fct inputs) and make the graph a little simpler.
-
由 Pascal Lamblin 提交于
Make easier the transition to MRG_RandomStreams from code using RandomStreams or SharedRandomStreams.
-