Skip to content
Snippets Groups Projects
  1. Aug 15, 2022
  2. May 26, 2022
  3. May 20, 2022
  4. May 18, 2022
  5. Apr 24, 2022
    • Mashiro's avatar
      [Refactor] Refine LoggerHook (#155) · e2a2b043
      Mashiro authored
      * rename global accessible and intergration get_sintance and create_instance
      
      * move ManagerMixin to utils
      
      * fix as docstring and seporate get_instance to get_instance and get_current_instance
      
      * fix lint
      
      * fix docstring, rename and move test_global_meta
      
      * rename LogBuffer to HistoryBuffer, rename MessageHub methods, MessageHub support resume
      
      * refine MMLogger timestamp, update unit test
      
      * MMLogger add logger_name arguments
      
      * Fix docstring
      
      * Add LogProcessor and some unit test
      
      * update unit test
      
      * complete LogProcessor unit test
      
      * refine LoggerHook
      
      * solve circle import
      
      * change default logger_name to mmengine
      
      * refactor eta
      
      * Fix docstring comment and unitt test
      
      * Fix with runner
      
      * fix docstring
      
      fix docstring
      
      * fix docstring
      
      * Add by_epoch attribute to LoggerHook and fix docstring
      
      * Please mypy and fix comment
      
      * remove \ in MMLogger
      
      * Fix lint
      
      * roll back pre-commit-hook
      
      * Fix hook unit test
      
      * Fix comments
      
      * remove \t in log and add docstring
      
      * Fix as comment
      
      * should not accept other arguments if corresponding instance has been created
      
      * fix logging ddp file saving
      
      * fix logging ddp file saving
      
      * move log processor to logging
      
      * move log processor to logging
      
      * remove current datalaoder
      
      * fix docstring
      
      * fix unit test
      
      * add learing rate in messagehub
      
      * Support output training/validation/testing message after iterations/epochs
      
      * fix docstring
      
      * Fix IterBasedRunner log string
      
      * Fix IterBasedRunner log string
      
      * Support parse validation loss in log processor
      e2a2b043
  6. Apr 08, 2022
  7. Mar 29, 2022
  8. Mar 13, 2022
    • Mashiro's avatar
      [Refactor] Refactor the interfaces of Hook and its subclassed (#117) · a7961407
      Mashiro authored
      * Fix hook
      
      * Fix
      
      * Fix docs
      
      * FIx
      
      * Fix
      
      * Fix as comment
      
      * update
      
      * Fix hook
      
      * Fix hook
      
      * Fix hook
      
      * Fix itertimerhook
      
      * Fix iter_timer_hook
      
      * Fix
      
      * Fix
      
      * fix logger hook
      
      * Fix loggerhook
      
      * update cur_dataloader
      
      * Fix docstring
      
      * Fix docstring
      
      * Fix as commet
      
      * Fix as commet
      
      * Fix as comment
      
      * rename is_last_epoch, enhance and add after_val before_val .etc
      
      * fix typo in docstring
      
      * remove resolved TODO
      
      * refactor docstring
      a7961407
  9. Feb 26, 2022
    • Yuan Liu's avatar
      [Feature]: Add base Hook (#47) · bc759e55
      Yuan Liu authored
      
      * [Feature]: Add Part3 of Hooks
      
      * [Feature]: Add Hook
      
      * [Fix]: Add docstring and type hint for base hook
      
      * [Fix]: Add test case to not the last iter, inner_iter, epoch
      
      * [Fix]: Add missing type hint
      
      * [Feature]: Add Args and Returns in docstring
      
      * [Fix]: Add missing colon
      
      * [Fix]: Add optional to docstring
      
      * [Fix]: Fix docstring problem
      
      * [Fix]:typo
      
      * [Fix]: Fix lint
      
      Co-authored-by: default avatarYour <you@example.com>
      bc759e55
Loading