Skip to content
Snippets Groups Projects
  1. Dec 06, 2022
  2. Dec 05, 2022
  3. Dec 04, 2022
  4. Nov 29, 2022
  5. Nov 25, 2022
  6. Nov 24, 2022
  7. Nov 23, 2022
  8. Nov 22, 2022
    • cir7's avatar
      [Enhance] Support eta_min_ratio in CosineAnnealingParamScheduler (#725) · 0e6bb48b
      cir7 authored
      
      * [Enhance] support eta_min_ratio in CosineAnnealingParamScheduler
      
      * [doc] fix docstring
      
      * [Enhance] add ut for eta_min_ratio
      
      * [doc] update docstring
      
      * avoid bc-breaking of eta_min
      
      * [doc] add docstring in CosineAnnealingParamScheduler and CosineAnnealingMomentum
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    • songyuc's avatar
      [Feature] Add get_hooks_info() to print hooks messages (#672) · 6636f07c
      songyuc authored
      * Add test of get_hooks_info()
      
      * Change to use original Runner for get_hook_info() test
      
      * Change to test after_train_iter hooks for get_hook_info()
      
      * Complement the stages list
      
      * Add logging hooks information in Runner.__init__()
      
      * Rearrange the stages list
      
      * Restore the stages to tuple type
      
      * Clean the unnecessary changes
      
      * Replace  statement with TestCase's methods
      
      * add test stages in method_stages_map
      
      * change the hooks info into a f-string
      
      * return list(trigger_stages) directly
      
      * change keys of method_stages_map
      
      * Fix previous changes to method_stages_map.keys
  9. Nov 21, 2022
  10. Nov 19, 2022
  11. Nov 18, 2022
Loading