Skip to content
Snippets Groups Projects
  1. Dec 20, 2022
  2. Nov 24, 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. Jun 23, 2022
  5. May 13, 2022
  6. May 06, 2022
  7. Apr 29, 2022
  8. Apr 27, 2022
  9. Apr 01, 2022
  10. Mar 31, 2022
  11. Mar 05, 2022
  12. Feb 22, 2022
    • liukuikun's avatar
      [Feat]: Add abstract data structure (#29) · 9437ebea
      liukuikun authored
      * [WIP] abstract-data-structure
      
      * update docs
      
      * update
      
      * update BaseDataSample
      
      * fix comment and coverage 100%
      
      * update and add _set_field
      
      * update
      
      * split  into base_data_element and base_data_sample
      
      * update
      
      * update
      
      * update
      
      * fix typo
Loading