"vscode:/vscode.git/clone" did not exist on "b4ef038837c9264fa7665d5a6baf130f8dbb145b"
  1. 15 Jun, 2020 2 commits
    • Harry's avatar
      Add CosineRestartLrUpdaterHook (#319) · f28a7c7e
      Harry authored
      * feat: add CosineRestartLrUpdaterHook
      
      * style: rename period to periods
      
      * fix: bug in period 0
      
      * feat: rename eta_min to min_lr and add min_lr_ratio
      
      * docs: fix docstring of restart lr updater
      
      * refactor: use annealing_cos
      
      * docs: add docstring to annealing_cos
      
      * feat: cosine restart lr update hook
      
      * refactor: modify code order for unittest
      f28a7c7e
    • lizz's avatar
      Harmless changes (#340) · 9f04477f
      lizz authored
      
      
      * harmless changes
      Signed-off-by: default avatarlizz <lizz@sensetime.com>
      
      * Update conv_module.py
      
      * No bracket for simple class
      Signed-off-by: default avatarlizz <lizz@sensetime.com>
      9f04477f
  2. 13 Jun, 2020 2 commits
  3. 11 Jun, 2020 1 commit
    • Harry's avatar
      Add IterBasedRunner (#314) · 67a26da9
      Harry authored
      
      
      * feat: add IterBasedRunner
      
      * fix: unittest
      
      * feat: more unittest
      
      * fix: expose dataloader len
      
      * minor updates of BaseRunner
      
      * refactor: remove CosineRestartLrUpdaterHook
      
      * style: add docstring
      
      * refactor: update IterTextLoggerHook: fstring and exp_name
      
      * fix: epoch_runner unittest
      
      * refactor: remove IterBasedTextLogger
      
      * fix: old IterTextLoggerHook issue
      
      * refactor: remove __len__ of IterLoader
      
      * feat: add IterBasedRunner to init
      
      * feat: add __len__ to IterLoader
      
      * fix some docstrings
      
      * refactor: use is_parallel_module
      
      * fix: import issue
      
      * fix: runner unittest missing logger
      
      * fix checkpoints
      
      * feat: add by_epoch default value to IterBaseRunner regitering loggger_hook
      
      * refactor: remove setting by_epoch in log_config
      
      * minor refactoring
      
      * docs: add docstring
      
      * fix: remove unused doc
      
      * update the log info for saving checkpoints
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      67a26da9
  4. 10 Jun, 2020 2 commits
  5. 08 Jun, 2020 1 commit
  6. 04 Jun, 2020 1 commit
  7. 02 Jun, 2020 2 commits
  8. 01 Jun, 2020 1 commit
  9. 31 May, 2020 1 commit
  10. 30 May, 2020 1 commit
  11. 27 May, 2020 2 commits
  12. 22 May, 2020 3 commits
  13. 13 May, 2020 1 commit
  14. 12 May, 2020 1 commit
  15. 11 May, 2020 1 commit
  16. 08 May, 2020 1 commit
  17. 05 May, 2020 1 commit
  18. 03 May, 2020 2 commits
  19. 01 May, 2020 2 commits
  20. 30 Apr, 2020 1 commit
  21. 29 Apr, 2020 1 commit
  22. 27 Apr, 2020 1 commit
  23. 26 Apr, 2020 1 commit
  24. 25 Apr, 2020 2 commits
    • Cao Yuhang's avatar
      Use f-string (#245) · b7e8d7d7
      Cao Yuhang authored
      * use f-string
      
      * delete python3.5 sup
      
      * minor fix
      
      * fix supported python version
      
      * fix format
      
      * fix yapf
      
      * remove redundant space
      
      * fix typo
      b7e8d7d7
    • Jerry Jiarui XU's avatar
      Add DictAction and docs for config (#243) · 1e8a2121
      Jerry Jiarui XU authored
      * fixed merge_from_dict, add DictAction
      
      * add config docs
      
      * fixed format type
      
      * change to easy example
      
      * update docs
      
      * update docs
      1e8a2121
  25. 23 Apr, 2020 1 commit
  26. 22 Apr, 2020 2 commits
  27. 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
  28. 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
  29. 06 Apr, 2020 1 commit