1. 05 May, 2020 2 commits
  2. 04 May, 2020 1 commit
  3. 03 May, 2020 3 commits
  4. 02 May, 2020 1 commit
  5. 01 May, 2020 2 commits
  6. 30 Apr, 2020 1 commit
  7. 29 Apr, 2020 4 commits
  8. 27 Apr, 2020 4 commits
  9. 26 Apr, 2020 1 commit
  10. 25 Apr, 2020 3 commits
  11. 23 Apr, 2020 1 commit
  12. 22 Apr, 2020 4 commits
  13. 21 Apr, 2020 1 commit
  14. 19 Apr, 2020 1 commit
    • Wenwei Zhang's avatar
      Momentum scheduler (#167) · ba059611
      Wenwei Zhang authored
      * track progress of iter&enum
      
      * restore
      
      * add momentum scheduler
      
      * fix small bug
      
      * cyclic scheduler"
      
      * fix bug
      
      * fix second phase's bug
      
      * reformat
      
      * feature (cosine lr): use relative ratio for more flexible scheduler
      
      * Fix (runner): fix bugs in runner
      
      * Refactor (hook): refactor cosing/cyclic LR/momentum hook with unittest
      
      * Clean unnecessary files and reformat
      
      * Fix memory key error when GPU is not avaliable
      
      * Resolve comments
      
      * Do not print momentum in text log
      
      * Change hook register order
      
      * Refactor max_iter
      
      * Fix max_iter bugs in runner
      
      * Enforce target_ratio to be either tuple or float
      ba059611
  15. 17 Apr, 2020 2 commits
  16. 14 Apr, 2020 1 commit
    • David de la Iglesia Castro's avatar
      Add MlflowLoggerHook (#221) · d5f190d1
      David de la Iglesia Castro authored
      * Add MLflowLoggerHook
      
      * Add MLflowLoggerHook to __all__
      
      * Update name
      
      * Fix tracking.MlflowClient setup
      
      * Fix log_metric
      
      * Fix mlflow_pytorch import
      
      * Handle active_run
      
      * Fix self.mlflow reference
      
      * Simplify using high level API
      
      * Fix set_experiment
      
      * Add only_if_torch_available decorator and test_mlflow_hook
      
      * Add missing import in hooks
      
      * Fix torch available check
      
      * Patch mlflow.pytorch in test
      
      * Parametrize log_model
      
      * Fix log_model parametrize
      
      * Add docstring
      
      * Move wand patch
      
      * Fix flake8
      
      * Add regression test for non numeric metric
      
      * Only log numbers
      
      * Rename experiment_name-> exp_name
      
      * Remove pytest skip
      d5f190d1
  17. 07 Apr, 2020 2 commits
  18. 06 Apr, 2020 1 commit
  19. 03 Apr, 2020 1 commit
    • Jerry Jiarui XU's avatar
      add pretty_text (#220) · e87a04e3
      Jerry Jiarui XU authored
      * add pretty_text
      
      * add test cases
      
      * add argument indent
      
      * change pretty_text to property
      
      * fixed format end
      e87a04e3
  20. 02 Apr, 2020 1 commit
  21. 28 Mar, 2020 1 commit
  22. 19 Mar, 2020 1 commit
  23. 17 Mar, 2020 1 commit