- 16 9月, 2015 5 次提交
-
-
由 vesis84 提交于
- fixing an issue introduced with CUDA-TK 7.0, when automatic selection of free gpu by os / library no longer works. Library always selects '0', which leads to crash in case of 'exclusive mode'. - this fix is inspired by Dan Povey's fix for Kaldi: https://github.com/kaldi-asr/kaldi/commit/6548565445167e00125848f91d7da5f3f949b2a2 - it does a loop over gpus until a free gpu is taken.
-
由 Frédéric Bastien 提交于
Implement GpuAdvancedSubtensor1 for gpuarray
-
由 Frédéric Bastien 提交于
elemwise opt
-
由 Arnaud Bergeron 提交于
-
由 abergeron 提交于
Scan inplace opt
-
- 15 9月, 2015 3 次提交
-
-
由 Frederic 提交于
-
由 abergeron 提交于
Use shape_of instead of explicitly inserting Shape_i
-
由 Amjad Almahairi 提交于
-
- 14 9月, 2015 2 次提交
-
-
由 carriepl 提交于
d3viz: Interactive visualization of Theano compute graphs
-
由 David Warde-Farley 提交于
Add a 'name' argument to '.copy' method of Theano variables
-
- 12 9月, 2015 10 次提交
-
-
由 Pascal Lamblin 提交于
These Shape_i nodes will not always be optimized away otherwise, and they prevent local_shape_to_shape_i from being applied. Instead, we manually apply the equivalent of local_shape_to_shape_i, by using shape_of[...] directly.
-
由 Christof Angermueller 提交于
-
由 Christof Angermueller 提交于
-
由 Christof Angermueller 提交于
-
由 Christof Angermueller 提交于
-
由 Frédéric Bastien 提交于
Whitespace needed in theano_vs_c.txt
-
由 Frédéric Bastien 提交于
Fixed the docstring for the scan_opt.
-
由 carriepl 提交于
Fix a non-ascii character in a comment in test_flake8.py.
-
由 Arnaud Bergeron 提交于
-
由 carriepl 提交于
-
- 11 9月, 2015 20 次提交
-
-
由 Frédéric Bastien 提交于
Add some minimal tests for cudnn softmax.
-
由 carriepl 提交于
-
由 Frédéric Bastien 提交于
Enable merging of GpuDnnPoolDesc
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 abergeron 提交于
Change default value of reoptimize_unpickled_function
-
由 Amjad Almahairi 提交于
-
由 Amjad Almahairi 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
Remove the assert in PyGpuArray_DEV_DATA since it might cost a bit too much to verify that condition everytime.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
Should fix bugs in current uses and makes porting easier too.
-
由 Arnaud Bergeron 提交于
Update the subtensor test to have varying values in order to really check that it writes the right thing at the right spot.
-