1. 12 Feb, 2021 1 commit
  2. 28 Jan, 2021 1 commit
  3. 25 Aug, 2020 1 commit
  4. 24 Aug, 2020 4 commits
  5. 21 Aug, 2020 2 commits
  6. 20 Aug, 2020 3 commits
  7. 13 Aug, 2020 2 commits
  8. 03 Aug, 2020 1 commit
  9. 29 Jul, 2020 1 commit
  10. 28 Jul, 2020 4 commits
  11. 26 Jul, 2020 1 commit
  12. 25 Jul, 2020 3 commits
  13. 20 Jul, 2020 3 commits
  14. 16 Jul, 2020 2 commits
  15. 14 Jul, 2020 1 commit
  16. 13 Jul, 2020 2 commits
  17. 09 Jul, 2020 1 commit
  18. 30 Jun, 2020 1 commit
  19. 20 Jun, 2020 1 commit
  20. 15 Jun, 2020 1 commit
  21. 12 Jun, 2020 3 commits
  22. 11 Jun, 2020 1 commit
    • DGarbanzo's avatar
      Fix train script · 16f2d5ce
      DGarbanzo authored
      * Check point callback was initialised with on_best_model callback which overwrote the model on the end of each epoch, even when the valuation loss did not improve
      * Fix passing on_best_model callback only if cfg.SEND_BEST_MODEL is set in the config
      * Delete model.save() on_best_model as model saving is performed by Keras base class of MyCPCallback.
      16f2d5ce