1. 28 Jan, 2021 1 commit
  2. 25 Aug, 2020 1 commit
  3. 24 Aug, 2020 4 commits
  4. 21 Aug, 2020 2 commits
  5. 20 Aug, 2020 3 commits
  6. 13 Aug, 2020 2 commits
  7. 03 Aug, 2020 1 commit
  8. 29 Jul, 2020 1 commit
  9. 28 Jul, 2020 4 commits
  10. 26 Jul, 2020 1 commit
  11. 25 Jul, 2020 3 commits
  12. 20 Jul, 2020 3 commits
  13. 16 Jul, 2020 2 commits
  14. 14 Jul, 2020 1 commit
  15. 13 Jul, 2020 2 commits
  16. 09 Jul, 2020 1 commit
  17. 30 Jun, 2020 1 commit
  18. 20 Jun, 2020 1 commit
  19. 15 Jun, 2020 1 commit
  20. 12 Jun, 2020 3 commits
  21. 11 Jun, 2020 2 commits
    • 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
    • Jonathan Tse's avatar
      Merge branch 'dev' into mm1_pwm_value_check · b1f1a0d0
      Jonathan Tse authored
      b1f1a0d0