1. 29 11月, 2017 4 次提交
  2. 28 11月, 2017 2 次提交
  3. 27 11月, 2017 1 次提交
  4. 24 11月, 2017 1 次提交
  5. 21 11月, 2017 8 次提交
  6. 17 11月, 2017 3 次提交
    • Sam Johnson's avatar
      Update cmodule.py · f467a010
      Sam Johnson 提交于
      f467a010
    • Sam Johnson's avatar
      Bugfix: spaces in temp path prevents cudnn init · bdfaafac
      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.
      bdfaafac
    • Frédéric Bastien's avatar
      Merge pull request #6510 from notoraptor/prepare-release-1.0 · d395439a
      Frédéric Bastien 提交于
      Prepare final release 1.0.0
      d395439a
  7. 16 11月, 2017 1 次提交
  8. 15 11月, 2017 4 次提交
  9. 10 11月, 2017 3 次提交
  10. 07 11月, 2017 6 次提交
  11. 30 10月, 2017 1 次提交
  12. 28 10月, 2017 1 次提交
  13. 27 10月, 2017 5 次提交