Skip to content
Snippets Groups Projects
  1. Apr 21, 2022
    • Mashiro's avatar
      [Enhancement] Refine logging. (#148) · 82a313d0
      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
      
      * change default logger_name to mmengine
      
      * Fix docstring comment and unitt test
      
      * fix docstring
      
      fix docstring
      
      * fix docstring
      
      * Fix lint
      
      * Fix hook unit test
      
      * Fix comments
      
      * should not accept other arguments if corresponding instance has been created
      
      * fix logging ddp file saving
      
      * fix logging ddp file saving
      
      * fix docstring
      
      * fix unit test
      
      * fix docstring as comment
  2. Mar 31, 2022
  3. Mar 29, 2022
  4. Mar 25, 2022
  5. Mar 13, 2022
  6. Mar 12, 2022
  7. Mar 10, 2022
  8. Mar 09, 2022
  9. Mar 08, 2022
    • Mashiro's avatar
      [Feature] Add LoggerHook (#77) · 6f69039c
      Mashiro authored
      * add logger hook
      
      * update
      
      * update
      
      * update test
      
      * update
      
      * update test
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * Add logger hook
      
      * Fix pre-commit
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix bytes
      
      * update
      
      * Fix as comment
      
      * Fix as comment
      
      * Update runner
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
  10. Mar 07, 2022
  11. Mar 05, 2022
  12. Mar 03, 2022
  13. Mar 02, 2022
  14. Mar 01, 2022
  15. 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>
Loading