- 02 Oct, 2016 5 commits
-
-
Davis King authored
encountered a bad mini-batch that made the loss value suddenly jump up by a larger than normal value it could make the trainer think we converged. Now the test is robust to recent spikes in loss value.
-
Davis King authored
-
Davis King authored
-
Davis King authored
This was in some of the svd routines. However, we already had a svd routine that used a separate svd code that is better than the NRIC derived version. So that's what we use everywhere now.
-
Davis King authored
-
- 01 Oct, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 30 Sep, 2016 2 commits
-
-
Vladimir Sinitsin authored
Now PYTHON_INCLUDE_DIR and PYTHON_LIBRARY setting up correctly for both 32/64 bit architectures
-
Davis King authored
-
- 29 Sep, 2016 6 commits
-
-
Davis King authored
-
Eugene authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 28 Sep, 2016 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
imagenet examples compile.
-
Davis King authored
-
- 27 Sep, 2016 1 commit
-
-
Davis King authored
it simply partitions the data and is an invertible operation.
-
- 25 Sep, 2016 1 commit
-
-
Davis King authored
-
- 22 Sep, 2016 1 commit
-
-
Ehsan Azar authored
-
- 21 Sep, 2016 2 commits
-
-
Evgeniy Fominov authored
-
Davis King authored
avoid compiler warnings.
-
- 18 Sep, 2016 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
if the input xml file contained unannotated images.
-
Davis King authored
-
- 17 Sep, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 16 Sep, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 13 Sep, 2016 2 commits
-
-
Gregor Fabritius authored
Fixed cudnn_hint_path detection for OSX where CUDA_CUBLAS_LIBRARIES is a list, not a single string. (#230)
-
Davis King authored
-
- 11 Sep, 2016 4 commits
-
-
Davis King authored
let an exception sit in a thread pool and don't handle it before the thread pool is destroyed.
-
Davis King authored
training thread) out of the object into the calling code rather than terminating the application.
-
Davis King authored
-
Lucas Clemente Vella authored
-
- 10 Sep, 2016 1 commit
-
-
Davis King authored
-
- 09 Sep, 2016 1 commit
-
-
Gregor Fabritius authored
Detecting C++11 capabilities did not work on OSX 10.11.6, XCode 7.3.1, Apple LLVM 7.3.0, cmake 3.6.1. First check revealed that CMAKE_CXX_KNOWN_FEATURES was empty, so subsequent matches failed. After reading http://public.kitware.com/pipermail/cmake/2014-November/059182.html changed handling to fetch property instead of relying on variable. Works on my machine.
-