Skip to content
Snippets Groups Projects
  1. Oct 18, 2022
  2. 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
  3. Jun 29, 2022
  4. Jun 22, 2022
    • Mashiro's avatar
      [Feature] Add autocast wrapper (#307) · 312f264e
      Mashiro authored
      * add autocast wrapper
      
      * fix docstring
      
      * fix docstring
      
      * fix compare version
      
      * fix unit test
      
      * fix incompatible arguments
      
      * fix as comment
      
      * fix unit test
      
      * rename auto_cast to autocast
      312f264e
Loading