Skip to content
Snippets Groups Projects
  1. Aug 31, 2022
  2. Aug 30, 2022
    • Mashiro's avatar
      [Docs] migrate runner from mmcv. (#457) · 68b6b542
      Mashiro authored
      68b6b542
    • Yifei Yang's avatar
      [Docs] add an example for gan training (#453) · 63f3afb8
      Yifei Yang authored
      * add an example for gan training
      
      * remove data element
      
      * fix as comments
      
      * add type_as
      
      * fix as comment
      
      * refine
      
      * fix as comment
      
      * add more descriptions
      
      * fix as comment
      
      * fix a api
      63f3afb8
    • Zaida Zhou's avatar
      Add the distributed training script (#487) · a5284165
      Zaida Zhou authored
      * Add the distributed training script
      
      * fix md format
      a5284165
    • Mashiro's avatar
      [Docs] Refine config docs. (#432) · fbd31d20
      Mashiro authored
      * tmp commit
      
      * refine docstring
      
      * minor refine
      
      * fix as comment
      
      * add tutorial for merge_from_dict
      
      * minor refine
      
      * minor refine
      
      * export md by jupyter
      
      * temp add ipnb
      
      * refine the docs
      
      * remote ipynb
      
      * fix as comment
      
      * add change _base_.variable
      
      * Fix as comment
      
      * minor refine
      
      * Fix as comment
      
      * Fix as comment
      
      * minor refine
      fbd31d20
    • Mashiro's avatar
      [Docs] Add model docs (#416) · 260d332a
      Mashiro authored
      * first commit
      
      * tmp commit
      
      * tmp commit
      
      * tmp
      
      * finish base module
      
      * tmp commit
      
      * tmp commit
      
      * first finish
      
      * minor refine
      
      * clean the code
      
      * delete design
      
      * refine
      
      * minor refine
      
      * fix as comment
      
      * fix as comment
      
      * refine from jupyter notebook
      
      * minor refine
      
      * split model.md to model.md and initialize.md
      
      * minor refine
      
      * minor refine
      
      * make link availiable
      
      * fix as chengqi comment
      
      * fix as chengqi comment
      
      * fix link
      
      * fix as wenwei comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix lint
      260d332a
    • Ma Zerun's avatar
      [Docs] Add data transform tutorials (#455) · 7a75d6d5
      Ma Zerun authored
      * [Docs] Add data transform tutorials
      
      * Rename `RandomMultiscaleResize` to `RandomChocieResize`.
      
      * Imporve according to comments
      
      * Add general data pipeline description.
      7a75d6d5
    • Zaida Zhou's avatar
      [Docs] Make API of docs clearer (#469) · 3f5e08fa
      Zaida Zhou authored
      * [Docs] Make API of docs clearer
      
      * minor fix
      
      * fix md format
      3f5e08fa
    • Mashiro's avatar
      [Docs] Simpify logging tutorials (#452) · 9728b6aa
      Mashiro authored
      * simpify logging tutorials
      
      * minor refine
      
      * minor refine
      
      * refine index.rst
      
      * fix as comment
      
      * add description of by_epoch
      
      * add log processor description
      
      * minor refine
      
      * minor refine
      
      * Fix as comment
      
      * Fix as comment
      9728b6aa
    • Zaida Zhou's avatar
      [Docs] Describe how to migrate hook from mmcv (#451) · 15905bdc
      Zaida Zhou authored
      * Add a doc to explain how to migrate hook from mmcv
      
      * update style
      
      * update format
      
      * Add functional changes of hooks
      
      * fix table style
      
      * refine
      
      * fix typo
      15905bdc
  3. Aug 29, 2022
  4. Aug 28, 2022
    • Mashiro's avatar
      [Docs] Add docs for `OptimWrapper` (#411) · d68fd5a6
      Mashiro authored
      * add optimizer wrapper docs
      
      * remove optimizer.md
      
      * minor refine
      
      * Fix as comment
      
      * minor refine
      
      * tmp save ipynb
      
      * add default constructor docs
      
      * remove ipynb
      
      * fix as comment
      
      * remove color charactor
      
      * fix as comment
      d68fd5a6
  5. Aug 26, 2022
  6. Aug 24, 2022
    • Mashiro's avatar
      [Refactor] Refactor data flow to make the interface more natural (#468) · 8770c6c7
      Mashiro authored
      * [Refactor]: modify interface of Visualizer.add_datasample (#365)
      
      * [Refactor] Refactor data flow: refine `data_preprocessor`. (#359)
      
      * refine data_preprocessor
      
      * remove unused BATCH_DATA alias
      
      * Fix type hints
      
      * rename move_data to cast_data
      
      * [Refactor] Refactor data flow: collate data in `collate_fn` of `DataLoader`  (#323)
      
      * acollate data in dataloader
      
      * fix docstring
      
      * refine comment
      
      * fix as comment
      
      * refactor default collate and psedo collate
      
      * foramt test file
      
      * fix docstring
      
      * fix as comment
      
      * rename elem to data_item
      
      * minor fix
      
      * fix as comment
      
      * [Refactor] Refactor data flow: `data_batch` argument of `Evaluator.process is a `dict` (#360)
      
      * refine evaluator and metric
      
      * compatible with new default collate
      
      * replace default collate with pseudo
      
      * Handle data_batch in metric
      
      * fix unit test
      
      * fix unit test
      
      * fix unit test
      
      * minor refine
      
      * make data_batch optional
      
      make data_batch optional
      
      * rename outputs to predictions
      
      * fix ut
      
      * rename predictions to outputs
      
      * fix docstring
      
      * fix docstring
      
      * fix unit test
      
      * make outputs and data_batch to kwargs
      
      * fix unit test
      
      * keep signature of metric
      
      * fix ut
      
      * rename pred_sample arguments to data_sample(Visualizer)
      
      * fix loop and ut
      
      * [refactor]: Refactor model dataflow (#398)
      
      * [Refactor] Refactor data flow: refine `data_preprocessor`. (#359)
      
      * refine data_preprocessor
      
      * remove unused BATCH_DATA alias
      
      * Fix type hints
      
      * rename move_data to cast_data
      
      * refactor model data flow
      
      tmp_commt
      
      tmp commit
      
      * make val_cfg and test_cfg optional
      
      * roll back runner
      
      * pass test mmdet
      
      * fix as comment
      
      fix as comment
      
      fix ci in DataPreprocessor
      
      * fix ut
      
      * fix ut
      
      * fix rebase main
      
      * [Fix]: Fix test val ddp (#462)
      
      * [Fix] Fix docstring and type hint of data flow (#463)
      
      * Fix docstring of data flow
      
      * change signature of hook
      
      * fix unit test
      
      * resolve conflicts
      
      * fix lint
      8770c6c7
    • 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
  7. Aug 23, 2022
  8. Aug 22, 2022
  9. Aug 21, 2022
  10. Aug 19, 2022
  11. Jun 21, 2022
Loading