1. 21 Aug, 2017 1 commit
    • Davis King's avatar
      Made the dnn_trainer not forget all the previous loss values it knows about · dd62b0e2
      Davis King authored
      when it determines that there have been a lot of steps without progress and
      shrinks the learning rate.  Instead, it removes only the oldest 100.  The
      problem with the old way of removing all the loss values in the history was
      that if you set the steps without progress threshold to a really high number
      you would often observe that the last few learning rate values were obviously
      not making progress, however, since all the previous loss values were forgotten
      the trainer needed to fully populate it's loss history from scratch before it
      would figure this out.  This new style makes the trainer not waste time running
      this excessive optimization of obviously useless mini-batches.
      dd62b0e2
  2. 20 Aug, 2017 1 commit
  3. 19 Aug, 2017 4 commits
  4. 18 Aug, 2017 2 commits
  5. 16 Aug, 2017 2 commits
  6. 15 Aug, 2017 6 commits
  7. 14 Aug, 2017 1 commit
  8. 12 Aug, 2017 2 commits
  9. 11 Aug, 2017 7 commits
  10. 10 Aug, 2017 4 commits
  11. 09 Aug, 2017 2 commits
  12. 06 Aug, 2017 3 commits
  13. 05 Aug, 2017 1 commit
  14. 04 Aug, 2017 4 commits