- 17 Aug, 2016 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 16 Aug, 2016 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
compilation errors when they get pulled into the scope of template metaprogramming expressions.
-
Davis King authored
-
- 15 Aug, 2016 3 commits
-
-
Davis King authored
-
Davis King authored
rather than a compile time constant. This also removes it from the input layer interface since the DNN core infers its value at runtime, meaning users that define their own input layers don't need to specify it anymore.
-
Davis King authored
details objects can access each other. Also added the input_layer() global function for accessing the input layer specifically.
-
- 14 Aug, 2016 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
New versions of boost and cmake need to be told to look in boost's library folder to find boost's libraries when building on windows. Bizarre.
-
- 13 Aug, 2016 6 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 12 Aug, 2016 2 commits
-
-
Davis King authored
cudnnGetConvolutionBackwardFilterAlgorithm() to pick invalid algorithms, resulting in cuDNN not working correctly.
-
Davis King authored
-
- 10 Aug, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
batch normalization. The running mean and variance need to be initialized when calling cuDNN, even if the averaging factor is 1. I don't think this was the case prior to cuDNN v5, but it certainly is the case now. This patch fixes this.
-
- 09 Aug, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 07 Aug, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 06 Aug, 2016 1 commit
-
-
Davis King authored
-
- 05 Aug, 2016 7 commits
-
-
Davis King authored
-
Davis King authored
as being signed rather than unsigned.
-
git://github.com/sutr90/dlibDavis King authored
-
sutr90 authored
-
Davis King authored
Added guards so dlib::async code isn't pulled in when using old versions of visual studio (since they don't support c++11).
-
Davis King authored
-
Davis King authored
-
- 03 Aug, 2016 1 commit
-
-
Davis King authored
-