- 22 Aug, 2016 6 commits
-
-
Davis King authored
-
Davis King authored
with a tensor.
-
Davis King authored
-
Davis King authored
written to with assign_image(). However, you get an error if you try to assign an image with a different size.
-
Davis King authored
-
Davis King authored
-
- 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 2 commits
-
-
Davis King authored
-
Davis King authored
as being signed rather than unsigned.
-