Skip to content
Snippets Groups Projects
  1. Sep 18, 2022
  2. Aug 29, 2022
  3. 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
  4. Aug 09, 2022
  5. Aug 08, 2022
  6. Jul 19, 2022
  7. 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
  8. Jun 23, 2022
  9. Jun 14, 2022
  10. Jun 09, 2022
  11. Jun 06, 2022
  12. May 31, 2022
  13. May 24, 2022
  14. May 05, 2022
  15. Apr 15, 2022
  16. Apr 01, 2022
  17. Mar 13, 2022
  18. Feb 19, 2022
  19. Feb 16, 2022
Loading