Skip to content
Snippets Groups Projects
  1. Aug 08, 2022
    • Mashiro's avatar
      [Fix] Fix build multiple list of scheduler for multiple optimizers (#383) · 55805426
      Mashiro authored
      * fix build multiple scheduler
      
      * add new unit test
      
      * fix comment and error message
      
      * fix comment and error message
      
      * extract _parse_scheduler_cfg
      
      * always call build_param_scheduler during train and resume. If there is only one optimizer, the defaut value for sheduler will be a list, otherwise there is multiple optimizer, the default value of sheduler will be a dict
      
      * minor refine
      
      * rename runner test exp name
      
      * fix as comment
      
      * minor refine
      
      * fix ut
      
      * only check parameter scheduler
      
      * minor refine
      55805426
  2. Aug 04, 2022
  3. Aug 02, 2022
  4. Aug 01, 2022
  5. Jul 30, 2022
  6. Jul 22, 2022
  7. Jul 21, 2022
  8. Jul 20, 2022
  9. Jul 19, 2022
  10. Jul 15, 2022
  11. Jul 14, 2022
  12. 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
  13. Jul 12, 2022
  14. Jul 08, 2022
  15. Jul 06, 2022
  16. Jul 05, 2022
  17. 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
  18. Jun 30, 2022
  19. Jun 29, 2022
  20. Jun 28, 2022
  21. Jun 27, 2022
  22. 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
Loading