- 06 Jun, 2016 1 commit
- 
- 
AbdealiJK authoredIn 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 authoredlearning rate. 
 
- 
- 01 Jun, 2016 5 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredshenanigans in a separate process. 
- 
Davis King authoredjust 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 authoredConcat layer 
- 
Davis King authored
- 
Davis E. King authoredAdded 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 authoreddimensions 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 authoredfind_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 authoredcaused 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 authoredstd::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 2 commits
- 
- 
Davis King authored
- 
Davis King authored
 
-