- 19 8月, 2015 4 次提交
-
-
由 Jan Schlüter 提交于
-
由 abergeron 提交于
Prevent ScanSaveMem from creating 0-steps scans.
-
由 carriepl 提交于
Fix most warnings and errors in the doc.
-
由 abergeron 提交于
make MergeOptimizer merge nodes with assert input
-
- 18 8月, 2015 5 次提交
-
-
由 --global 提交于
-
由 --global 提交于
-
由 Pascal Lamblin 提交于
Disable the optimization to use DnnSoftmaxGrad for cuDNN v3 since it …
-
由 Arnaud Bergeron 提交于
Disable the optimization to use DnnSoftmaxGrad for cuDNN v3 since it is broken for (n, c 1, 1) shapes at the moment.
-
由 Pascal Lamblin 提交于
Average pooling
-
- 15 8月, 2015 2 次提交
-
-
由 Pascal Lamblin 提交于
Fix buildbot
-
由 Arnaud Bergeron 提交于
Make broadcast fixup in filter_variable() depend on an argument and stop doing it for shared variables.
-
- 14 8月, 2015 1 次提交
-
-
由 Arnaud Bergeron 提交于
-
- 13 8月, 2015 4 次提交
-
-
由 sebastien-j 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
Add an :orphan: tag to documents that are not in the toctree so that sphinx doesn't complain anymore.
-
由 Arnaud Bergeron 提交于
-
- 12 8月, 2015 6 次提交
-
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
The inner loop that would update the broadcastable pattern according to the rebroadcast dict would overwrite the idx extracted from the Subtensor, thus always selecting the last dim.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
- 11 8月, 2015 2 次提交
-
-
由 Frédéric Bastien 提交于
Also match Windows version of paths
-
由 Pascal Lamblin 提交于
This should fix unhelpful stack traces on Windows.
-
- 08 8月, 2015 7 次提交
-
-
由 Ziye Fan 提交于
-
由 Ziye Fan 提交于
-
由 Ziye Fan 提交于
-
由 Frédéric Bastien 提交于
python 3 fix in dnn.py
-
由 Paul Hollensen 提交于
In python 3, map returns a map object iterator rather than a list, which here gets consumed by min, leaving pad_desc empty. This bug was just introduced with the update to cudnn v3.
-
由 Frédéric Bastien 提交于
Make pydotprint work with pydot_ng
-
由 Pascal Lamblin 提交于
The problematic line was "if not pydot_imported:", try/except statements are OK
-
- 07 8月, 2015 4 次提交
-
-
由 sebastien-j 提交于
-
由 Pascal Lamblin 提交于
This is necessary to work on Windows, and for Python 3
-
由 Frédéric Bastien 提交于
Exempt np.random.mtrand.RandomState from NaN/inf/big_number checking in NanGuardMode.
-
由 carriepl 提交于
enable dots in section names
-
- 06 8月, 2015 5 次提交
-
-
由 Frédéric Bastien 提交于
Fix time_once and guess_once CuDNN options
-
由 --global 提交于
-
由 Michael Opitz 提交于
Config parameters in CUDNN v3 have more than one hierarchy level (i.e.dnn.conv.algo_fwd). This patch allows to override these values within .theanorc
-
由 sebastien-j 提交于
-
由 Christophe Van Gysel 提交于
-