- 30 May, 2016 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis E. King authored
Concat layer
-
Davis King authored
-
Davis E. King authored
Added getter for trainer::train_one_step_calls
-
Fm authored
-
- 29 May, 2016 1 commit
-
-
Fm authored
-
- 27 May, 2016 3 commits
- 26 May, 2016 5 commits
-
-
Evgeniy Fominov authored
-
Fm authored
-
Fm authored
-
https://github.com/davisking/dlibFm authored
-
Davis King authored
dimensions of its inputs rather than always outputting a tensor that has the dimensions of its immediate predecessors.
-
- 24 May, 2016 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
find_max_box_constrained(). Now the bounds can be empty for some variables.
-
Davis King authored
-
- 23 May, 2016 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
caused by num_computational_layers being wrong when tax layers were placed as the first layer. These visit functions being wrong also caused multi-GPU support to not work on such networks.
-
Davis King authored
std::async() since std::async creates new threads with each invocation, which in turn causes objects with thread_local storage duration to be reconstructed each time. This is problematic because CUDA context objects for cublas and cudnn get reconstructed over and over, slowing things down and generally using more resources than should be used.
-
Davis King authored
-
- 22 May, 2016 6 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
layers. Updated the solvers to support this.
-
Davis King authored
-
Davis King authored
-
Davis King authored
functions.
-
- 20 May, 2016 1 commit
-
-
Davis King authored
-
- 19 May, 2016 1 commit
-
-
Davis King authored
-
- 17 May, 2016 2 commits
- 16 May, 2016 5 commits
-
-
Davis King authored
Made LIB_INSTALL_DIR only appear when building dlib as an installable library, not when using dlib in another cmake project.
-
Davis King authored
for each layer if you have passed a tensor through the next.
-
Davis King authored
interface.
-
Davis King authored
-
Davis King authored
progress" estimate. I also renamed the get/set functions for the shrink amount to have a consistent name and use the word "factor" instead of "amount".
-