1. 25 Nov, 2017 3 commits
  2. 24 Nov, 2017 2 commits
  3. 23 Nov, 2017 5 commits
  4. 22 Nov, 2017 3 commits
    • Davis King's avatar
      merged · 66a5a9c4
      Davis King authored
      66a5a9c4
    • Davis King's avatar
      Made the loss dumping between learning rate changes a little more relaxed. In · 9a8f3121
      Davis King authored
      particular, rather than just dumping exactly 400 of the last loss values, it
      now dumps 400 + 10% of the loss buffer.  This way, the amount of the dump is
      proportional to the steps without progress threshold.  This is better because
      when the user sets the steps without progress to something larger it probably
      means you need to look at more loss values to determine that we should stop,
      so dumping more in that case ought to be better.
      9a8f3121
    • hannometer's avatar
      imglab: select next/previous image with 's' and 'w' (#964) · 2f531f11
      hannometer authored
      * imglab: select next/previous image with 's' and 'w'
      
      * imglab: make 'w' and 's' keys behave like UP and DOWN keys; add 'about' text
      2f531f11
  5. 21 Nov, 2017 5 commits
  6. 20 Nov, 2017 4 commits
  7. 19 Nov, 2017 11 commits
  8. 18 Nov, 2017 3 commits
  9. 17 Nov, 2017 4 commits
    • Davis King's avatar
      Upgraded the con_ layer so that you can set the nr or nc to 0 in the layer · a0220801
      Davis King authored
      specification and this means "make the filter cover the whole input image
      dimension".  So it's just an easy way to make a filter sized exactly so that it
      will have one output along that dimension.
      a0220801
    • Davis King's avatar
      merged · 692ddb8c
      Davis King authored
      692ddb8c
    • Davis King's avatar
      Added softmax_all layer. · e7d713cf
      Davis King authored
      e7d713cf
    • Kino's avatar
      generic_image all the way (#921) · 364e97c1
      Kino authored
      * generic_image all the way
      
      tried to hunt down and correct the functions that were using a
      non-generic_image approach to dlib’s generic images.
      
      * generic image fix fix
      
      Had to change a couple of const_image_view to non-const versions so array access is possible in the rest of the code
      
      * same
      
      same
      
      * back to sanity
      364e97c1