- 17 11月, 2017 3 次提交
-
-
由 Sam Johnson 提交于
-
由 Sam Johnson 提交于
When initializing theano with cudnn, _try_compile_tmp is eventually run to verify compiling a test program with gcc. This function requests a temporary path for the test program from tempfile.py. Rarely, tempfile.py can return a path that has spaces in it. If this happens, gcc cannot parse it correctly and throws an error. This change prevents the issue by wrapping the temporary path in quotes. For an example case: I was running python through an ssh client which accesses the home directory through a symlink in C:\Program Files\openssh\. Tempfile.py defaulted to the working directory and returned the path including the space in "Program Files", which crashed gcc.
-
由 Frédéric Bastien 提交于
Prepare final release 1.0.0
-
- 16 11月, 2017 1 次提交
-
-
由 notoraptor 提交于
-
- 15 11月, 2017 4 次提交
-
-
由 notoraptor 提交于
-
由 Frédéric Bastien 提交于
Err msg et small opt in python code
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 10 11月, 2017 3 次提交
-
-
由 Frédéric Bastien 提交于
Don't complain about MKL threading on mac since openmp doesn't work.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
- 07 11月, 2017 5 次提交
-
-
由 Frédéric Bastien 提交于
Fix problems in release buildbot
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
- 30 10月, 2017 1 次提交
-
-
由 Frédéric Bastien 提交于
Prepare release candidate 1.0.0rc1
-
- 28 10月, 2017 1 次提交
-
-
由 notoraptor 提交于
-
- 27 10月, 2017 15 次提交
-
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 abergeron 提交于
Optimize SUM(x^2), SUM(ABS(X)) and MAX(ABS(X)) to cuDNN reduction.
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 Arnaud Bergeron 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
- 26 10月, 2017 1 次提交
-
-
由 Frédéric Bastien 提交于
Make sure MKL uses GNU OpenMP.
-
- 25 10月, 2017 3 次提交
-
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
- 20 10月, 2017 1 次提交
-
-
由 Frédéric Bastien 提交于
Fix invalid casts and index overflows in signal.Pool
-
- 19 10月, 2017 2 次提交
-
-
由 Frédéric Bastien 提交于
Change some texts to prepare theano 1.0.
-
由 Frédéric Bastien 提交于
Refactor dnn conv functions
-