- 06 Jun, 2016 2 commits
-
-
Davis E. King authored
save_jpeg: Use TRUE instead of true
-
AbdealiJK authored
In some verisons on jpeg, TRUE is an enum, and so `true` fails because it is not of the enum's type. Now, all the libjpeg calls use TRUE/FALSE. Fixes https://github.com/davisking/dlib/issues/129
-
- 05 Jun, 2016 1 commit
-
-
Davis King authored
learning rate.
-
- 01 Jun, 2016 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
shenanigans in a separate process.
-
Davis King authored
just dlib exceptions.
-
Davis King authored
-
- 31 May, 2016 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 30 May, 2016 10 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
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 1 commit
-
-
Davis King authored
-