- 20 1月, 2017 2 次提交
-
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
- 19 1月, 2017 3 次提交
-
-
由 notoraptor 提交于
While looking for subsamples I have detected duplicated values for test_shapes in `test_dnn.py` both in old and new backend. I remove the duplicate.
-
由 notoraptor 提交于
* Remove the "[new backend]" part of the message and idem in the old back-end. * Move the check to the make_node of the ops. I'll continue analyzing the subsamples.
-
由 notoraptor 提交于
Show user warning in old and new backend when Theano flags `dnn.conv.algo_bwd_filter` is not `none`, to help user prevent the issue #5143.
-
- 18 1月, 2017 4 次提交
-
-
由 Frédéric Bastien 提交于
Fix theano scripts on windows
-
由 Frédéric Bastien 提交于
make tensor.join() return the input when there is only 1 variable to join.
-
由 Reyhane Askari 提交于
-
由 Reyhane Askari 提交于
-
- 17 1月, 2017 12 次提交
-
-
由 Frédéric Bastien 提交于
Use Scan.L_op instead of Scan.grad() to help speed up the second deri…
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Fixes
-
由 Arnaud Bergeron 提交于
-
由 Frédéric Bastien 提交于
numpy 1.12.0rc2 compatibility fix related to variable typecasting
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Switch gs and ls to follow libgpuarray.
-
由 Arnaud Bergeron 提交于
-
由 notoraptor 提交于
-
由 Reyhane Askari 提交于
-
由 notoraptor 提交于
when g++ is not detected but the user has not set the cxx flag.
-
- 16 1月, 2017 7 次提交
-
-
由 Reyhane Askari 提交于
-
由 Reyhane Askari 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
to ensure that any code looking for it (e.g. jenkins configuration files) will still work.
-
由 Frédéric Bastien 提交于
as per #5409, fixing a typo
-
由 Frédéric Bastien 提交于
Typo-Fix of value error comment
-
由 Wazeer Zulfikar 提交于
-
- 14 1月, 2017 8 次提交
-
-
由 Frédéric Bastien 提交于
Add theano.gpuarray.use similar to theano.sandbox.cuda.use() to manua…
-
由 Frédéric Bastien 提交于
unstable commit-fixed perform on gpujoin
-
由 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.
-
由 Frederic Bastien 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 He 提交于
-
由 Frederic Bastien 提交于
-
- 13 1月, 2017 4 次提交
-
-
由 Reyhane Askari 提交于
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Fix shapes for cudnn bidirectional rnn since the documentation is full of lies.
-
由 Chinnadhurai Sankar 提交于
-