Skip to content
Snippets Groups Projects
  1. Mar 01, 2023
  2. Feb 21, 2023
  3. Feb 20, 2023
  4. Feb 07, 2023
  5. Feb 05, 2023
  6. Jan 16, 2023
    • Mashiro's avatar
      [Feature] Add BaseInferencer (#874) · 2d8f2be3
      Mashiro authored
      
      * [Feature] Add BaseInferencer (#773)
      
      * Update BaseInferencer
      
      * Fix ci
      
      * Fix CI and rename iferencer to infer
      
      * Fix CI
      
      * Add renamed file
      
      * Add test file
      
      * Adjust interface sequence
      
      * refine preprocess
      
      * Update unit test
      
      Update unit test
      
      * Update unit test
      
      * Fix unit test
      
      * Fix as comment
      
      * Minor refine
      
      * Fix docstring and support load image from different backend
      
      * Support load collate_fn from downstream repos, refine dispatch
      
      * Minor refine
      
      * Fix lint
      
      * refine grammar
      
      * Remove FileClient
      
      * Refine docstring
      
      * add rich
      
      * Add list_models
      
      * Add list_models
      
      * Remove backend args
      
      * Minor refine
      
      * Fix typos in docs and type hints (#787)
      
      * [Fix] Add _inputs_to_list (#795)
      
      * Add preprocess inputs
      
      * Add type hint
      
      * update api/infer in index.rst
      
      * rename preprocess_inputs to _inputs_to_list
      
      * Fix doc format
      
      * Update infer.py
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * [Fix] Fix alias type (#801)
      
      * [Enhance] Support loading model config from checkpoint (#864)
      
      * first commit
      
      * [Enhance] Support build model from weight
      
      * minor refine
      
      * Fix type hint
      
      * refine comments
      
      * Update docstring
      
      * refine as comment
      
      * Add  method
      
      * Refine docstring
      
      * Fix as comment
      
      * refine comments
      
      * Refine warning message
      
      * Fix unit test and refine comments
      
      * replace MODULE2PACKAGE to MODULE2PAKCAGE
      
      * Fix typo and syntax error in docstring
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      Co-authored-by: default avatarTong Gao <gaotongxiao@gmail.com>
  7. Dec 27, 2022
    • Mashiro's avatar
      Make TTAModel compatible with FSDP (#611) · a9b6753f
      Mashiro authored
      
      * Add build_runner_with_tta and PrepareTTAHook
      
      * rename hook file
      
      * support build tta runner with runner type
      
      * add unit test
      
      * Add build_runner_with_tta to index.rst
      
      * minor refine
      
      * Add runner test cast
      
      * Fix unit test
      
      * fix unit test
      
      * tmp save
      
      * pop None if key does not exist
      
      * Fix is_model_wrapper and force register class in test_runner
      
      * [Fix] Fix is_model_wrapper
      
      * destroy group after ut
      
      * register module in testcase
      
      * pass through unit test
      
      * fix as comment
      
      * remove breakpoint
      
      * remove mmengine/testing/runner_test_cast.py
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * set default data preprocessor for model
      
      * minor refine
      
      * minor refine
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * fix lint
      
      * Fix unit test
      
      * replace  with  in ImgDataPreprocessor
      
      * Fix as comment
      
      * add inference tutorial in advanced tutorial
      
      * update index.rst
      
      * add tta example
      
      * refine tta tutorial
      
      * Add english tutorial
      
      * add note for build_runner_with_tta
      
      * Fix as comment
      
      * add examples
      
      * remove chinese comment
      
      * Update docs/en/advanced_tutorials/test_time_augmentation.md
      
      Co-authored-by: default avatarRangiLyu <lyuchqi@gmail.com>
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      Co-authored-by: default avatarRangiLyu <lyuchqi@gmail.com>
  8. Dec 06, 2022
  9. Dec 04, 2022
  10. Oct 11, 2022
    • Mashiro's avatar
      Bump version to v0.2.0 (#591) · 13484aae
      Mashiro authored
      * Bump version to v0.2.0
      
      * Add changelog
      
      * minor refine
      
      * minor refine
      
      * update date
      
      * clean the code
      
      * minor refine
      
      * update release date
      
      * Fix grammar
      
      * Fix grammar
      
      * Fix grammar
      
      * Fix grammar
      
      * Minor refine
      
      * Fix error format in readme
      
      * update date
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * refine grammar
  11. Sep 01, 2022
  12. Aug 31, 2022
  13. Aug 30, 2022
  14. Feb 16, 2022
  15. 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>
  16. Feb 12, 2022
Loading