Skip to content
Snippets Groups Projects
  1. Aug 08, 2022
  2. Aug 04, 2022
  3. Aug 02, 2022
  4. Aug 01, 2022
  5. Jul 27, 2022
  6. Jul 20, 2022
  7. Jul 19, 2022
  8. Jul 15, 2022
  9. Jul 14, 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. Jul 06, 2022
  12. Jul 05, 2022
  13. Jul 04, 2022
    • Mashiro's avatar
      [Fix] Fix ema hook and add unit test (#327) · 38e78d55
      Mashiro authored
      * Fix ema hook and add unit test
      
      * save state_dict of ema.module
      
      save state_dict of ema.module
      
      * replace warning.warn with MMLogger.warn
      
      * fix as comment
      
      * fix bug
      
      * fix bug
      38e78d55
  14. Jun 30, 2022
  15. Jun 29, 2022
  16. Jun 28, 2022
  17. Jun 27, 2022
  18. Jun 24, 2022
    • Yuan Liu's avatar
      [Feature]: Set different seed to different rank (#298) · 03d5c17b
      Yuan Liu authored
      * [Feature]: Set different seed for diff rank
      
      * [Feature]: Add log
      
      * [Fix]: Fix lint
      
      * [Fix]: Fix docstring
      
      * [Fix]: Fix sampler seed
      
      * [Fix]: Fix log bug
      
      * [Fix]: Change diff_seed to diff_rank_seed
      
      * [Fix]: Fix lint
      03d5c17b
  19. Jun 23, 2022
  20. Jun 22, 2022
  21. Jun 21, 2022
    • Alex Yang's avatar
      [Refactor] Refactor `after_val_epoch` to make it output metric by epoch (#278) · dceef1f6
      Alex Yang authored
      * [Refactor]:Refactor `after_val_epoch` to make it output metric by epoch
      
      * add an option for user to choose the way of outputing metric
      
      * rename variable
      
      * reformat docstring
      
      * add type alias
      
      * reformat code
      
      * add test function
      
      * add comment and test code
      
      * add comment and test code
      dceef1f6
    • Alex Yang's avatar
      [Feat] Support FSDP Training (#304) · ef946404
      Alex Yang authored
      * [Feat] Support FSDP Training
      
      * fix version comparison
      
      * change param format and move `FSDP_WRAP_POLICY` to wrapper file
      
      * add docstring and type hint,reformat code
      
      * fix type hint
      
      * fix typo, reformat code
      ef946404
  22. Jun 17, 2022
Loading