- 14 May, 2016 1 commit
-
-
Davis King authored
skip layers and add_prev style layers. In particular, now in-place layers only overwrite the gradient information in their child layer if they are operating in in-place mode. Otherwise, they add their gradients to their child layers. It should also be noted that it's safe for in-place layers to overwrite gradients when in in-place mode since their child layers are inaccessible when in-place layers operate in in-place mode. This prevents any other layers from trying to add to the child layer, thereby avoiding the potability of layer interference. So the bug this change fixes is that, when not in in-place mode the child layers are still accessible but in-place layers were *still* overwriting child gradients.
-
- 13 May, 2016 6 commits
-
-
Davis King authored
-
Davis King authored
using the same seed.
-
Davis King authored
-
Davis King authored
-
Davis King authored
ago. This fixes that and turns them back into max pooling layers.
-
Davis King authored
without getting a compiler error.
-
- 10 May, 2016 3 commits
-
-
Davis E. King authored
Augment build-system, allow for multilib installation, support pkg-config discovery
-
David Seifert authored
* Define LIB_INSTALL_DIR cache variable, allowing for multilib installations * Discover BLAS and LAPACK via pkg-config if possible * Fix incorrect toolchain variables in "dlib/test/makefile"
-
Davis King authored
-
- 08 May, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 07 May, 2016 1 commit
-
-
Davis King authored
what it's contract says needs to happen (and what existing code expects).
-
- 05 May, 2016 6 commits
-
-
Davis King authored
-
Davis King authored
non-one based strides.
-
Davis King authored
-
Davis King authored
interfaces. Also changed the default behavior when the stride isn't 1. Now the filters will be applied only to the "valid" part of the image.
-
Davis King authored
-
Davis King authored
-
- 04 May, 2016 3 commits
-
-
Davis King authored
to expose it in the final layer interface.
-
Davis King authored
-
Davis King authored
-
- 03 May, 2016 1 commit
-
-
Davis King authored
-
- 01 May, 2016 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 30 Apr, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 29 Apr, 2016 9 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
known at set() time.
-
Davis King authored
-
Davis King authored
-
Davis King authored
values were used on some pixel types.
-
- 28 Apr, 2016 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
allow you to find out which device owns the memory inside these objects.
-