Skip to content
Snippets Groups Projects
  1. Jan 13, 2023
  2. Dec 23, 2022
    • RangiLyu's avatar
      [Feature] Registry supports import modules automatically. (#643) · e83ac944
      RangiLyu authored
      * [Feature] Support registry auto import modules.
      
      * update
      
      * rebase and fix ut
      
      * add docstring
      
      * remove count_registered_modules
      
      * update docstring
      
      * resolve comments
      
      * resolve comments
      
      * rename ut
      
      * fix warning
      
      * avoid BC breaking
      
      * update doc
      
      * update doc
      
      * resolve comments
      e83ac944
  3. Oct 24, 2022
  4. Sep 18, 2022
  5. Aug 29, 2022
  6. Aug 24, 2022
    • Zaida Zhou's avatar
      [Refactor] Refactor code structure (#395) · 7e1d7af2
      Zaida Zhou authored
      * Rename data to structure
      
      * adjust the way to import module
      
      * adjust the way to import module
      
      * rename Structure to Data Structures in docs api
      
      * rename structure to structures
      
      * support using some modules of mmengine without torch
      
      * fix circleci config
      
      * fix circleci config
      
      * fix registry ut
      
      * minor fix
      
      * move init method from model/utils to model/weight_init.py
      
      * move init method from model/utils to model/weight_init.py
      
      * move sync_bn to model
      
      * move functions depending on torch to dl_utils
      
      * format import
      
      * fix logging ut
      
      * add weight init in model/__init__.py
      
      * move get_config and get_model to mmengine/hub
      
      * move log_processor.py to mmengine/runner
      
      * fix ut
      
      * Add TimeCounter in dl_utils/__init__.py
      7e1d7af2
  7. Aug 09, 2022
  8. Aug 08, 2022
  9. Jul 19, 2022
  10. Jul 13, 2022
    • Mashiro's avatar
      [Enhance] Add `build_model_from_cfg` (#328) · 6b608b4e
      Mashiro authored
      * clean code
      
      * fix as comment
      
      * fix as comment
      
      * add get_registry_by_scope method
      
      * add unit test and docstring example
      
      * rename get_registry_by_scope to switch_scope_and_registry
      
      * move build function to registry/builder
      
      * fix docstring
      
      * rename builder->registry_builder, move build_from_cfg to registry_builder
      
      rename builder->registry_builder, move build_from_cfg to registry_builder
      
      * rename registry_builder to build_function
      
      rename registry_builder to build_function
      
      * fix docstring and type hint
      
      * rename build_function to build_functions
      6b608b4e
  11. Jun 23, 2022
  12. Jun 14, 2022
  13. Jun 09, 2022
  14. Jun 06, 2022
  15. May 31, 2022
  16. May 24, 2022
  17. May 05, 2022
  18. Apr 15, 2022
    • liukuikun's avatar
      refactor visualization (#147) · 5f8f36e6
      liukuikun authored
      
      * [WIP] add inline
      
      * refactor vis module
      
      * [Refactor] according review
      
      * [Fix] fix comment
      
      * fix some error
      
      * Get sub visualizer be Visualizer.get_instance
      
      * fix conflict
      
      * fix lint
      
      * fix unit test
      
      * fix mypy
      
      * fix comment
      
      * fix lint
      
      * update docstr
      
      * update
      
      * update instancedata
      
      * remove replace __mro__ with issubclass
      
      Co-authored-by: default avatarPJLAB\huanghaian <1286304229@qq.com>
      Co-authored-by: default avatarHAOCHENYE <21724054@zju.edu.cn>
      5f8f36e6
  19. Apr 01, 2022
  20. Mar 13, 2022
  21. Feb 19, 2022
  22. Feb 16, 2022
Loading