- 20 Aug, 2017 1 commit
-
-
Davis King authored
which it was in all ways except you couldn't deserialize directly like you would expect. This has now been fixed.
-
- 19 Aug, 2017 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Adam Geitgey authored
-
- 18 Aug, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
across scales regardless of the input image size. Previously, if you gave really large images or really small images it had a bias towards giving only large patches or small patches respectively.
-
- 16 Aug, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 15 Aug, 2017 6 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
concat layer's backward() method. It was assigning the gradient to previous layers instead of adding the gradient, as required by the layer interface specification. This change also noticeably speeds up concat layers since only one CUDA kernel launch now happens per concat operation, rather than one kernel launch for each sample in a tensor.
-
- 14 Aug, 2017 1 commit
-
-
Davis King authored
-
- 12 Aug, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 11 Aug, 2017 7 commits
-
-
Davis King authored
-
Davis King authored
switch for use in plugin environments.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 10 Aug, 2017 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
renamed the objects and generally improved documentation.
-
- 09 Aug, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 06 Aug, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 05 Aug, 2017 1 commit
-
-
Davis King authored
-
- 04 Aug, 2017 4 commits
-
-
Davis King authored
Also added an operator<< for dnn_trainer that prints the parameters it's using. These changes also break backwards compatibility with the previous serialization format for dnn_trainer objects.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 03 Aug, 2017 1 commit
-
-
Davis King authored
-