- 09 12月, 2009 7 次提交
-
-
由 Frederic Bastien 提交于
implemented the new flag THEANO_FLAGS=gpuelemwise.sync that default to True. When false it won't wait for the gpu fct to finish and won't check the return status. cuda/tests pass in debug mode. Should we add a sync at the end of all the theano graph? How to do so?
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
added the theano dtype floatX with THEANO_FLAGS=floatX=float{32,64} to allow selection of the type at execution. Usefulle for GPU stuff and speed up some computation. -
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
added THEANO_FLAGS=nvcc.fastmath (THEANO_FLAGS=fastmath as shortcut). Will add -use_fast_math to nvcc.
-
- 07 12月, 2009 1 次提交
-
-
由 Frederic Bastien 提交于
added the theano flags op.set_flops that will make convop in profile mode print the number of flops.
-
- 05 12月, 2009 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 04 12月, 2009 7 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
Changed RandomStream.perform so it casts the shape into a tuple, to work around a bug in numpy.
-
- 03 12月, 2009 4 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 02 12月, 2009 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
put the default value of THEANO_BLAS_LDFLAGS into config.py and changed so that if empty, we will use numpy.dot(no c_code)
-
- 01 12月, 2009 8 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 30 11月, 2009 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 28 11月, 2009 4 次提交
-
-
由 Frederic Bastien 提交于
added disable the generation of conv_full_patch_stack_padded directly in GpuConv to test the hard coding of more parameter.
-
由 Frederic Bastien 提交于
small fix. python don't seam to like that we put the default value of an argument to be the result of a fct call to another module.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 27 11月, 2009 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 26 11月, 2009 1 次提交
-
-
由 Frederic Bastien 提交于
-