- 17 1月, 2017 1 次提交
-
-
由 notoraptor 提交于
when g++ is not detected but the user has not set the cxx flag.
-
- 16 1月, 2017 2 次提交
-
-
由 notoraptor 提交于
-
由 notoraptor 提交于
to ensure that any code looking for it (e.g. jenkins configuration files) will still work.
-
- 14 1月, 2017 2 次提交
-
-
由 notoraptor 提交于
if the user does explicitely set the cxx config flag in THEANO_FLAGS.
-
由 notoraptor 提交于
to make theano scripts installed when running pip install. These step are done to fix issue #5308. The bin folder containing the scripts is now importable from Python, with each script embedding its code into a main() function specified as the entry point of the script in `setup.py`. We also detect a Windows-specific error: the cache folder cannot be deleted because it contains shared libraries that are always loaded at theano importation and stay opened on Windows, which forbide the deletion of the shared library files in the cache. The workaround chosen is to unset theano config flag `cxx` only on Windows platform and only in theano-cache script. Doing that, Theano will not try to compile any C code, and will also not try to load compiled C codes that are in the cache, allowing these files to be deleted. To ensure this workaround does work, we also ensure that lazylinker module will be also ignored from cache when `cxx` is unset. Previously, if cxx was unset, Theano would not compile lazylinker but would look for an already compiled version of this module in the cache.
-
- 12 1月, 2017 3 次提交
-
-
由 Frédéric Bastien 提交于
[ENH] Multinomial without replacement
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
compatible when axis < 0 in tensor.roll(x, shift, axis=None)
-
- 11 1月, 2017 11 次提交
-
-
由 Frédéric Bastien 提交于
Complete Add grad_scale Op
-
由 happygds 提交于
-
由 Gokul 提交于
-
由 Gokul 提交于
-
由 Yang Zhang 提交于
-
由 Yang Zhang 提交于
-
由 Yang Zhang 提交于
Add a new grad_scale op to scale or inverse gradient in backpropagation.
-
由 Frédéric Bastien 提交于
uint16 added into _good_broadcast_binary_normal
-
由 abergeron 提交于
theano.pp crash fix and display fix
-
由 Frédéric Bastien 提交于
Get rid of redundant copy for GPU "map" style scan
-
由 Frederic Bastien 提交于
-
- 10 1月, 2017 9 次提交
-
-
由 Frédéric Bastien 提交于
Add regression test for nvcc.compiler_bindir (#5373)
-
由 Frédéric Bastien 提交于
Bug: gradient of ifelse with gpu inputs
-
由 Frédéric Bastien 提交于
Fix the buildbot.
-
由 Mohammad Pezeshki 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Frédéric Bastien 提交于
Mixed fixes
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 06 1月, 2017 1 次提交
-
-
由 Arnaud Bergeron 提交于
-
- 05 1月, 2017 2 次提交
-
-
由 happygds 提交于
-
由 Gijs van Tulder 提交于
-
- 03 1月, 2017 3 次提交
- 31 12月, 2016 1 次提交
-
-
由 Gijs van Tulder 提交于
-
- 30 12月, 2016 1 次提交
-
-
由 Frédéric Bastien 提交于
gpuarray: Revert part of c6ffa460
-
- 28 12月, 2016 2 次提交
-
-
由 Gijs van Tulder 提交于
-
由 Gijs van Tulder 提交于
-
- 24 12月, 2016 1 次提交
-
-
由 Pascal Lamblin 提交于
Select the dnn convolution algorithm using actually available memory
-
- 23 12月, 2016 1 次提交
-
-
由 Frederic Bastien 提交于
crash fix. Add the missing inputs to the function call. It also need the real data. I don't sync as we don't care of the values.
-