Skip to content
Snippets Groups Projects
  1. Apr 20, 2022
  2. Apr 01, 2022
  3. Mar 31, 2022
  4. Mar 25, 2022
  5. Mar 14, 2022
    • Zaida Zhou's avatar
      [Feature] Add Runner and Loop (#86) · 248ad9ae
      Zaida Zhou authored
      * [Feature] Add Runner and Loop
      
      * refine docstring
      
      * refine docstring
      
      * refine __init__ of Runner
      
      * add Runner.save_checkpoint
      
      * add comment for data_batch
      
      * rename validation_cfg to val_cfg
      
      * update branch
      
      * update branch
      
      * discard wear reference
      
      * set seed for torch in dataloader worker
      
      * refine comments
      
      * reorder methods
      
      * import module in __init__.py
      
      * add runner.load_checkpoint
      
      * rename attributes
      
      * fix indent
      
      * fix indent
      
      * add comment for LOOPS
      
      * add example for methods
      
      * add example for methods
      
      * refine examples
      
      * add Runner.resume and refactor register_hooks
      
      * remove type hint of runner in CheckpointHook
      
      * rename before_run to before_train
      
      * remove collate
      
      * add before_run after_run for loop.run
      
      * dummy collate_fn
      
      * add more unit tests
      
      * move call_hook('before_run') to runner
      
      * minor fix
      
      * add comments for collate_fn
      
      * fix type hint
      
      * refactor logic to load or resume checkpoint
      
      * fix typo
      
      * add comments for IterBasedTrainLoop
      
      * refactor unit tests
      
      * fix unit tests
      
      * refactor
      
      * fix setup_env
      
      * refine
      
      * minor fix
      
      * Merge branch 'main' of github.com:open-mmlab/mmengine into zzd/add-runner
      
      * minor fix
      
      * minor fix
      
      * refine
      
      * refactor unit tests
      
      * fix unit tests
      
      * add launcher property
      
      * add logger, message_hub and writer unit tests
      
      * add cur_dataloader attribute for runner
      
      * fix IterBasedTrainLoop
      
      * add torch.no_grad decorator
      
      * add master_only decorator for save_checkpoint
      
      * add before_test_epoch in TestLoop
      
      * refactor load_or_resume method
      
      * refine docstring
      
      * fix typo
      
      * build_dataloader can handle dataset object
      
      * add dump_config for runner
      
      * collate_fn should not a lambda function
      
      * minor fix
      
      * refine docstring
      
      * fix unit tests
      
      * improve comments
      
      * refine unit tests
      
      * rename collate_fn to pseduo_collate
      
      * add 'TODO' tag
  6. Mar 10, 2022
  7. Mar 09, 2022
  8. Mar 08, 2022
  9. Mar 06, 2022
  10. Mar 05, 2022
  11. Mar 04, 2022
  12. Mar 01, 2022
    • RangiLyu's avatar
      [Doc] Add runner tutorial. (#55) · ee95ce24
      RangiLyu authored
      * [Doc] Add runner tutorial.
      
      * update
      
      * add advanced doc
      
      * refine and add flow chart
      
      * update
      
      * update
    • Yuan Liu's avatar
      [Feature]: Add sampler seed hook (#64) · 2d3e9124
      Yuan Liu authored
      * [Feature]: Add sampler seed hook
      
      * [Fix]: Add call with to UT
    • Yining Li's avatar
      [Feature] Add evaluator unittest (#46) · 42448425
      Yining Li authored
      * add evaluator unittest
      
      * update composed evaluator cfg
      
      * add building function
      
      * resolve comments
      
      * resolve comments
      
      * resolve comments
      
      * fix evaluator doc
    • Zaida Zhou's avatar
      [Docs] Add hooks tutorial (#38) · 73131734
      Zaida Zhou authored
      * [Docs] Add hooks tutorial
      
      * improve the description about hooks
      
      * Add OptimizerHook usages
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * fix typo
      
      * refine description
      
      * refactor
      
      * refactor
      
      * add a sentence to improve docs
      
      * briefly introduce the hook of pytorch
      
      * refactor the order of sections
      
      * improve the description about hooks
      
      * improve
      
      * fix comments
      
      * update priorities
      
      * improve description
      
      * refactor title
      
      * fix typo
      
      * reorder priority of hook
      
      * fix typo
      
      * fix comments
      
      * remove the distributed argument from SyncBuffersHook
    • Mashiro's avatar
      [Docs] Add logging doc (#39) · 84b8106a
      Mashiro authored
      * first commit
      
      * add logging doc
      
      * add logging doc
      
      * Fix lint
      
      * Fix typo
      
      * add logging
      
      * update docs
      
      * update logging.md
      
      * update logging.md
      
      * scale img
      
      * update logging docs
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      Fix as comment
      
      * add introduction to current=True
      
      * Fix as comment
      
      Fix as comment
      
      * Fix as comment
      
      * Fix as comment
  13. Feb 26, 2022
  14. Feb 25, 2022
  15. Feb 24, 2022
  16. Feb 22, 2022
  17. Feb 19, 2022
  18. Feb 17, 2022
  19. Feb 16, 2022
  20. Feb 15, 2022
    • Zaida Zhou's avatar
      [Docs] Add registry tutorial (#3) · 27dd6175
      Zaida Zhou authored
      
      * [Docs] Configure the documentation
      
      * fix the format
      
      * introduce the usage of default_scope
      
      * add Chinese documentation
      
      * move docs configure to another pr
      
      * clean pr
      
      * refactor registry docs
      
      * fix typo
      
      * fix typo
      
      * reorg
      
      * add more examples
      
      * reslove comments
      
      * reslove comments
      
      * reslove comments
      
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
  21. Feb 14, 2022
    • Tao Gong's avatar
      [Docs] Add docs for BaseDataset (#7) · 9b6dd78e
      Tao Gong authored
      
      * add docs for BaseDataset
      
      * update docs
      
      * update docs
      
      * update basedataset.md
      
      * resolve all comments
      
      * update
      
      * update
      
      * refine base dataset doc
      
      * resolve all comments
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      Co-authored-by: default avatarMeowZheng <meowzheng@outlook.com>
    • Wenwei Zhang's avatar
      Add user documentation for abstract data interfaces (#9) · 019c2f5c
      Wenwei Zhang authored
      * update isort
      
      * update
      
      * update comments
      
      * update
      
      * update
      
      * update
      
      * fix bug in use cases
      
      * resolve all comments
      
      * add description of basedatasample
      
      * rename meta_info to metainfo as meta is an adj.
      
      * update
      
      * resolve comments
      
      * clean set data
      
      * finished doc
      
      * rephrase
      
      * update
      
      * resolve comments
      
      * more clear organization
      
      * rephrase
      
      * rephrase
      
      * replace 基础数据元素 by 数据元素
      
      * rephrase
    • RangiLyu's avatar
      [Doc] Add scheduler user doc. (#2) · 53fe85cc
      RangiLyu authored
      
      * [Doc] Add scheduler user doc.
      
      * reslove comments
      
      * add chinese doc
      
      * add update en doc
      
      * resolve comments
      
      * resolve comments
      
      * update parameter scheduler
      
      * resolve comments
      
      * tmp remove en doc
      
      * resolve comments
      
      * resolve comments
      
      * resolve comments
      
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
  22. Feb 12, 2022
Loading